New documentation location
PyWavelets documentation has moved to pywavelets.readthedocs.io. You will be automatically redirected there in 10 seconds.

Testing

Continous integration with Travis-CI

The project is using Travis-CI service for continous integration and testing.

Current build status is:

Build Status

If you are submitting a patch or pull request please make sure it does not break the build.

Running tests locally

Tests are implemented with nose, so use one of:

$ nosetests pywt

>>> pywt.test()  

Running tests with Tox

There’s also a config file for running tests with Tox (pip install tox). To for example run tests for Python 2.7 and Python 3.4 use:

tox -e py27,py34

For more information see the Tox documentation.