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