summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjpellerin <devnull@localhost>2010-03-04 10:42:51 -0500
committerjpellerin <devnull@localhost>2010-03-04 10:42:51 -0500
commit1b1f329cc8ba6f34af1c8dc582572a57871d68c9 (patch)
tree5a0a4414954987b881047ca7ca6b422d239493ef /doc
parentdb882520bc0ef014604084cac0dd7c728ae20842 (diff)
downloadnose-1b1f329cc8ba6f34af1c8dc582572a57871d68c9.tar.gz
Doc updates
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/builtin.rst8
-rw-r--r--doc/plugins/cover.rst4
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/plugins/builtin.rst b/doc/plugins/builtin.rst
index 7f44f93..8d2147f 100644
--- a/doc/plugins/builtin.rst
+++ b/doc/plugins/builtin.rst
@@ -1,6 +1,14 @@
Batteries included: builtin nose plugins
========================================
+nose includes a number of builtin plugins that can make testing faster and easier.
+
+.. note ::
+
+ nose 0.11.2 includes a change to default plugin loading. Now, a 3rd party
+ plugin with *the same name* as a builtin *will be loaded instead*
+ of the builtin plugin.
+
.. toctree ::
:maxdepth: 2
diff --git a/doc/plugins/cover.rst b/doc/plugins/cover.rst
index 90e1834..e970b2c 100644
--- a/doc/plugins/cover.rst
+++ b/doc/plugins/cover.rst
@@ -8,7 +8,7 @@ Cover: code coverage
options and uses coverage's native html output. Depending on the
version of coverage installed, the included plugin may override the
nose builtin plugin, or be available under a different name. Check
- nosetests --help or nosetests --plugins to find out which coverage
- plugin is available on your system.
+ ``nosetests --help`` or ``nosetests --plugins`` to find out which
+ coverage plugin is available on your system.
.. autoplugin :: nose.plugins.cover