We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Test your code using flake8:
make flake8
LibSPN uses the unittest unit testing framework and defines multiple tests in the libspn/tests folder.
libspn/tests
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.
test_<case>.py