/doc/testing_tools.rst
https://bitbucket.org/jpellerin/nose/ · ReStructuredText · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 9e492e8001e06c0f592bdb9a601c1da3 MD5 · raw file
- 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 pep08 fashion, so `assert_equal`
- rather than `assertEqual`).
- .. automodule :: nose.tools
- :members: