UnitTesting
UnitTesting copied to clipboard
Guide for applying Unit Testing in data-driven projects
Code and instructions for creating unit tests for data-driven solutions
The corresponding article can be found here:
Instructions
To run the tests, simply install the requirements with:
pip install -r requirements.txt
and then run pytest in the root:
pytest -vv
or with
python -m pytest -vv