9fc0fd665d54f929b52cf6944e3e7318dfce8a1a
[hooke.git] / test / __init__.py
1 # Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
2 #
3 # This file is part of Hooke.
4 #
5 # Hooke is free software: you can redistribute it and/or
6 # modify it under the terms of the GNU Lesser General Public
7 # License as published by the Free Software Foundation, either
8 # version 3 of the License, or (at your option) any later version.
9 #
10 # Hooke is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 # GNU Lesser General Public License for more details.
14 #
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with Hooke.  If not, see
17 # <http://www.gnu.org/licenses/>.
18
19 """Hooke integration tests.
20
21 Besides the unittests embedded in the Hooke code, we also want to
22 check the whole system against popular use cases.  This :mod:`test`
23 module can be scanned by ``nosetests`` in the ususal manner to run any
24 defined tests.
25
26 Because of the ``nosetests`` scanning, the working directory for all
27 tests is the Hooke source root directory.  If you change directories
28 during a test, be sure to change back to the original directory when
29 you're done.
30 """