Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-13 | Add test for duplicate headers | Frederick Muriuki Muriithi | |
2022-04-13 | Implement test for parsing that fails | Frederick Muriuki Muriithi | |
* 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 | |||
2022-04-13 | Add tests outline for file parsing | Frederick Muriuki Muriithi | |
Add dummy failing tests and a stub for the parsing of the files | |||
2022-04-13 | Update Exception name | Frederick Muriuki Muriithi | |
Change the exception name to be more descriptive. | |||
2022-04-13 | Add sample files for tests | Frederick Muriuki Muriithi | |
Add some sample files to be used for testing that the parsing works as expected. | |||
2022-04-11 | Add missing `__init__.py` to prevent import errors | Frederick Muriuki Muriithi | |
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. | |||
2022-04-11 | Add tests for headers | Frederick Muriuki Muriithi | |
* Add tests to check for validity of the headers * Add stubs for the tests | |||
2022-04-11 | Implement tests and stubs for functions under test | Frederick Muriuki Muriithi | |
2022-04-11 | Set up initial, failing tests for cell values | Frederick Muriuki Muriithi | |