Skip to content

Commit

Permalink
Note things new in 0.2 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellerin committed Feb 5, 2012
1 parent a2846a9 commit a535852
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/dev/hook_reference.rst
Expand Up @@ -296,6 +296,10 @@ These hooks are called for registered plugins only.
:param event: A :class:`nose2.events.StopTestRunEvent` instance
.. note ::
New in version 0.2
Plugins can use this hook to take action *after* the end of a test
run, such as printing summary reports like the builtin result
reporter plugin :class:`nose2.plugins.result.ResultReporter`.
Expand Down
4 changes: 4 additions & 0 deletions docs/plugins/attrib.rst
Expand Up @@ -2,6 +2,10 @@
Selecting tests with attributes
===============================

.. note ::
New in version 0.2
Filter tests by attribute, excluding any tests whose attributes do not
match any of the specified attributes.

Expand Down
4 changes: 4 additions & 0 deletions docs/plugins/junitxml.rst
Expand Up @@ -2,6 +2,10 @@
Outputting XML Test Reports
===========================

.. note ::
New in version 0.2
.. autoplugin :: nose2.plugins.junitxml.JUnitXmlReporter
Sample output
Expand Down

0 comments on commit a535852

Please sign in to comment.