summaryrefslogtreecommitdiffstats
path: root/development/nose/README
blob: af2b92fe47c6274862834d8116c254ea84fa9045 (plain)
1
2
3
4
5
6
7
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").