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.

Table Of Contents

Previous topic

Building and installing PyWavelets

Next topic

Resources

Python Development

Django web development for startups and businesses.

Quality Python development and scientific applications.

Quick links

Edit this document

The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.