summaryrefslogtreecommitdiffstats
path: root/development/nose/README
diff options
context:
space:
mode:
author Mikko Varri2010-05-12 23:28:45 +0200
committer Robby Workman2010-05-12 23:28:45 +0200
commit0721894431cf5291d49446dc36bf7dbb19c7ec41 (patch)
tree20cfeb0e2c6f269a0c52bfad986125b431b89181 /development/nose/README
parent16cfc31ada97b0438cb5ac9927a2ddcc4d6be1c9 (diff)
downloadslackbuilds-0721894431cf5291d49446dc36bf7dbb19c7ec41.tar.gz
development/nose: Added to 12.2 repository
Diffstat (limited to 'development/nose/README')
-rw-r--r--development/nose/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/development/nose/README b/development/nose/README
new file mode 100644
index 0000000000..af2b92fe47
--- /dev/null
+++ b/development/nose/README
@@ -0,0 +1,8 @@
+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
+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").