Plugins - nose-devs/nose2 GitHub Wiki

Plugins that work with nose2

  • nose2-cov supports code coverage reporting.
  • nose2-gae adds the option to run the tests in the Google Appengine environment, similar to what NoseGAE does for nose.
  • nose2-html-report generates a searchable HTML report of test results.
  • nose2-spark supplies Apache Spark support to test suites
  • nose2-testsuite is a set of plugins that aims to assist you to write better tests. Currently under development.
  • noseOfYeti adds an rspec like DSL for your tests