summaryrefslogtreecommitdiffstats
path: root/development/nose/README
diff options
context:
space:
mode:
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").