Developer - Testing the Code#

Running the tests#

Following advice from pytest:

pytest -vvv --lf --pyargs gemviz

Installing Packages for Unit Testing#

Need to add some packages to run the tests:

conda install pytest pytest-qt pytest-cov -c conda-forge -c defaults

or

pip install -r ./requirements-dev.txt