Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Nov 1, 2011
1 parent 69c0b8d commit 35d21f6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Nose Fixes
============

A plugin that changes `nose <>`__ to behave better.
A plugin that changes `nose <http://readthedocs.org/docs/nose/>`__ to behave better.
Hopefully, these changes will make their way back into nose...

See the documentation for more details.
2 changes: 1 addition & 1 deletion docs/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ install it is::
easy_install nose-fixes

Or, if you're using `zc.buildout`, just specify ``nose-fixes`` as a
required egg.
required egg in the part(s) where you use `nose`.

.. topic:: Python version requirements

Expand Down
13 changes: 12 additions & 1 deletion docs/use.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
Use
===

XXX
This plugin is enabled by default and will make `nose` respect modules
that contain unit tests but define a function that returns the suite
containing those tests rather than expecting the test runner to
collect them directly.

The name of this function is expected to be ``test_suite`` by default,
if you require a different name to be used, please invoke nose as
follows::

$ nosetests --test-suite-func=your_func_name


0 comments on commit 35d21f6

Please sign in to comment.