/doc/plugins/builtin.rst

https://bitbucket.org/jpellerin/nose/ · ReStructuredText · 30 lines · 25 code · 5 blank · 0 comment · 0 complexity · 499adae58bfbbed04309dce9d64bff71 MD5 · raw file

  1. Batteries included: builtin nose plugins
  2. ========================================
  3. nose includes a number of builtin plugins that can make testing faster and easier.
  4. .. note ::
  5. nose 0.11.2 includes a change to default plugin loading. Now, a 3rd party
  6. plugin with *the same name* as a builtin *will be loaded instead*
  7. of the builtin plugin.
  8. .. toctree ::
  9. :maxdepth: 2
  10. allmodules
  11. attrib
  12. capture
  13. collect
  14. cover
  15. debug
  16. deprecated
  17. doctests
  18. failuredetail
  19. isolate
  20. logcapture
  21. multiprocess
  22. prof
  23. skip
  24. testid
  25. xunit