mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
00e071442e
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
9 lines
442 B
Text
9 lines
442 B
Text
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"). Also, Sphinx,
|
|
if installed, is used to generate the docs, but it is optional.
|