Skip to content

suite of functional tests and unit tests for python bindings and other python modules, includes source

Notifications You must be signed in to change notification settings

LAPKT-dev/pytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

suite of functional tests and unit tests for python bindings and other python modules, includes source

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages