Skip to content

Testing jackHI

How to run the test suite

jackHI contains an extensive pytest suite that can be run to check whether everything was installed properly. To run this test suite, execute

uv run --extra test pytest

in the directory in which jackHI was installed. If all is well, this should show that all of the pytest tests succeeded.

Executing the command shown above will result in the installation of packages (such as pytest) in your virtual environment that are necessary to perform testing. If you would like to remove these packages afterwards, simply run

uv sync

in the directory in which jackHI was installed.