Skip to content
Andrzej Pronobis edited this page May 2, 2017 · 6 revisions

Code Checking

Test your code using flake8:

make flake8

Tests

LibSPN uses the unittest unit testing framework and defines multiple tests in the libspn/tests folder.

To run all tests with nose2:

make test

To run a specific test case, just execute the corresponding test_<case>.py file in the libspn/tests folder.

Clone this wiki locally