Testing pyoos
==============

The pyoos module is tested with the help of py.test

    http://pypi.python.org/pypi/pytest

To run all tests:

    $ python setup.py test

To run a single test:
    $ pip install pytest
    $ python -m pytest path_to_test