It's a testing framework and test runner.
poetry install
test files and test functions should include the word test
.
This method runs before each test.
This method runs after each test.
This method runs once before running the tests.
This method runs once after running the tests.
poetry shell
zrunner <tests path>
Check zrunner --help
for more running options