The unit tests for this package can be found in the tests folder and are written using PyTest.
We require a minimum coverage rate of 95%
Requires: pytest Requires: pytest-cov
In the root of the project, run the following command:
pytest --cov=uitestcore --cov-fail-under=95 --cov-report term-missing --junitxml='reports/junit/unit-tests.xml'