Closed surbhigoel77 closed 11 months ago
This looks generally good for me. I am just wondering whether we want to use these as packages, in which case we need a init.py ( see https://docs.python.org/3/tutorial/modules.html , section 6.4). If we don't need it at the moment or in the foreseeable future it's fine as it is.
I will add init.py to the unit/regression subfolders to allow us the flexibility of using them as packages in future.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
ee9eb7f
) 94.09% compared to head (1091eac
) 94.09%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks good to me too.
Description
Restructured the tests directory and split it into unit and regression modules. The segregation would facilitate a structured execution of the tests and would also provide easier navigation. Also added a README.md to empty folders to make them trackable by git.
Fixes #143
Type of change
Key checklist
pre-commit
checks:$ pre-commit run -a
$ poetry run pytest
Further checks