diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2010-12-31 04:21:36 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-12-31 19:00:12 -0600 |
commit | 538e4102c38c4e42c2fded7b1e98ed1d785493f1 (patch) | |
tree | 469e2c135ed704e9ef6262b8646e28ea4177efab /development/nose/README | |
parent | d8004a7324275a7adc06f94f62caa43280245ef9 (diff) | |
download | slackbuilds-538e4102c38c4e42c2fded7b1e98ed1d785493f1.tar.gz |
development/nose: Upgraded for version 1.0.0.
Signed-off-by: Michiel van Wessem <michiel@slackbuilds.org>
Diffstat (limited to 'development/nose/README')
-rw-r--r-- | development/nose/README | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/development/nose/README b/development/nose/README index 89303e714a..c66ae6a7c3 100644 --- a/development/nose/README +++ b/development/nose/README @@ -1,9 +1,6 @@ -nose (a discovery-based unittest extension) - -nose provides an alternate test discovery and running process for -unittest, one that is intended to mimic the behavior of py.test as +nose provides an alternate test discovery and running process for +unittest, one that is intended to mimic the behavior of py.test as much as is reasonably possible without resorting to too much magic. -NOTE: Building nose requires Python setuptools to be installed -(available at SlackBuilds.org as "pysetuptools"). Also, Sphinx, -if installed, is used to generate the docs, but it is optional. +NOTE: Building nose requires requires pysetuptools, and Sphinx is +optional if you want more docs. |