Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |