/UnitTesting

Guide for applying Unit Testing in data-driven projects

Primary LanguagePython

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