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