/doc/testing_tools.rst

https://bitbucket.org/jpellerin/nose/ · ReStructuredText · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · 9e492e8001e06c0f592bdb9a601c1da3 MD5 · raw file

  1. Testing tools
  2. -------------
  3. The nose.tools module provides a number of testing aids that you may
  4. find useful, including decorators for restricting test execution time
  5. and testing for exceptions, and all of the same assertX methods found
  6. in `unittest.TestCase` (only spelled in pep08 fashion, so `assert_equal`
  7. rather than `assertEqual`).
  8. .. automodule :: nose.tools
  9. :members: