aboutsummaryrefslogtreecommitdiff
path: root/tests/__init__.py
AgeCommit message (Collapse)Author
2022-04-11Add missing `__init__.py` to prevent import errorsFrederick 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.