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
in the directory in which jackHI was installed. If all is well, this should show that all of the pytest tests succeeded.
Uninstalling test-related uv-installed packages¶
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
in the directory in which jackHI was installed.