Must have Developer Tools for Linux
nose-socket-whitelist is a nose plugin that patches socket.getaddrinfo for non-local sockets, allowing you to either log all occurrences or cause the offending test to fail.socketwhitelist.plugins.LoggingSocketWhitelistPlugin logs the test(s) where...
nose-testconfig is a simple test configuration plugin for nose designed to easily allow data about a system-under-test to be passed in via a configuration file via nosetests.It is meant to be simple, flexible and clear. It current support YAML, INI and...
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-...
nose2-cov is a nose2 plugin that produces coverage reports. It also supports coverage of subprocesses.All features offered by the coverage package should be available, either through nose2-cov or through coverage's config file.InstallationInstall...
nosedbreport is a nose plugin that exposes a single plugin that can front various backend databases to store the result of a nose test execution. Having the results of your tests, whether they are part of a continuous integration system or not,...
NoseDBResult is a nose plugin that exposes a single plugin that can front various backend databases to store the result of a nose test execution. Having the results of your tests, whether they are part of a continuous integration system or not,...
NoseKay is a nose plugin for Kay framework testing.Installationeasy_install NoseKayor from the source:python setup.py installBasic UsageUsage:cd /path/to/your/appnosetests --with-kay [app]You can use --kay-app-dir to specify your application...
noselog is a nose plugin for controlling test logs...
noseOfYeti is a plugin for nose, inspired by http://github.com/fmeyer/yeti, which uses a codec style to provide an RSpec style BDD dsl for Python...
noseonalchemist is a nose plugin for reporting about commit counts on SQLAlchemy.USAGErun nosetests with --with-commitreport: nosetests --with-commitreportyou can get report of commit counts:/path/to/test1.pytests.test_it commit 2 timestests.test_it2...