| Age | Commit message (Collapse) | Author | 
|---|
|  | * Improve tests that ensure parsing fails in case the file has errors
* Add strains.csv file
* Implement minimum viable functionality that passes the implemented tests | 
|  | Add dummy failing tests and a stub for the parsing of the files | 
|  | Change the exception name to be more descriptive. | 
|  | Add some sample files to be used for testing that the parsing works as
expected. | 
|  | Without the `tests/__init__.py` file, the tests directory was not
considered a package and therefore, running:
    $ pytest
would fail with import error notifications. This fixes that. | 
|  | Add a minimum viable implementation that passes the tests for the
function that checks for the validity of the headers | 
|  | * Add tests to check for validity of the headers
* Add stubs for the tests | 
|  | * Implement the minimum viable functions for the average and standard
  error `valid_value` functions. | 
|  |  | 
|  |  | 
|  |  |