wulfric.test#

wulfric.test()[source]#

Runs unit tests for the whole Wulfric package.

Added in version 0.7.0: Test suite is made part of the installable package.

Notes

Tests depend on two external packages: pytest and hypothesis. These are not dependencies of Wulfric, so you need to install them separately to run tests. You can do so with pip (you may need to use pip3 instead of pip depending on your Python setup):

pip install pytest hypothesis