summaryrefslogtreecommitdiff
path: root/doc/testing_tools.rst
blob: 629e75756126e51d14bd708236624eb69a1dc9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
Testing tools
-------------

The nose.tools module provides a number of testing aids that you may
find useful, including decorators for restricting test execution time
and testing for exceptions, and all of the same assertX methods found
in `unittest.TestCase` (only spelled in PEP 8 fashion, so `assert_equal`
rather than `assertEqual`).

.. automodule :: nose.tools
   :members: