9c4c13d2d3f733b6613beec3f289c6f4990fdf77
[hooke.git] / test / __init__.py
1 """Hooke integration tests.
2
3 Besides the unittests embedded in the Hooke code, we also want to
4 check the whole system against popular use cases.  This :mod:`test`
5 module can be scanned by ``nosetests`` in the ususal manner to run any
6 defined tests.
7
8 Because of the ``nosetests`` scanning, the working directory for all
9 tests is the Hooke source root directory.  If you change directories
10 during a test, be sure to change back to the original directory when
11 you're done.
12 """