A suite of functional tests and unit tests for Python bindings and other Python modules which includes problem data
python3 -m pip install -r requirements.txt
Note
If using python virtual environment venv
or similar for LAPKT installation, then the dependencies should be installed in the same environment.
Note
Ensure that the LAPKT python package is available on sys.path
python -c "import sys; print(sys.path)"
Initiate tests
python3 -m pytest