Nose

Nose 1.3.0

It enhances test loading and test running features of Python source code.By default, nose will run tests in files or directories under the current working directory whose names include "test" or "Test" at a word boundary.Test output is similar to that of...

django-nose2

django-nose2 0.1.1

django-nose2 is a test runner app for Django 1.2 or better that runs tests with nose2.UsageIn your settings module, set:TEST_RUNNER=djnose2.TestRunnerThen manage.py test will run nose2's test runner.NotesPut command-line arguments for the test runner...

read more
nose2

nose2 0.4.7

nose2 is the next generation of nicer testing for Python, based on the plugins branch of unittest2. It aims to improve on nose by:- providing a better plugin api- being easier for users to configure- simplifying internal interfaces and processes-...