Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 564 Bytes

File metadata and controls

27 lines (18 loc) · 564 Bytes

LAPKT Python Package Tests

A suite of functional tests and unit tests for Python bindings and other Python modules which includes problem data

Install dependencies

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.

Run tests

Note

Ensure that the LAPKT python package is available on sys.path

python -c "import sys; print(sys.path)"

Initiate tests

python3 -m pytest