nose-cprof 0.1-0
nose-cprof is a nose plugin to use cProfile to profile nosetests, rather than the built-in Hotshot plugin.Options:--with-cprofile Enable plugin Profile: Use this plugin to run tests using the cProfile profiler. ...
nose-cprof is a nose plugin to use cProfile to profile nosetests, rather than the built-in Hotshot plugin.Options:--with-cprofile Enable plugin Profile: Use this plugin to run tests using the cProfile profiler. ...
nose-exclude is a Nose plugin that allows you to easily specify directories to be excluded from testing.Exclude DirectoriesThe --exclude-dir= option is made available after installation of the plugin. The option may be used multiple times to exclude...
nose-f7u12 is a nose plugin that implements PEP-712 style output for the Nose testing framework so that the output more accurately represents the developer's feelings when blocks of tests fail. After 7 failures, omit a "U" instead of an "F".See...
nose-html-output is a plugin for nosetests that will write out test results to results.html. The code is adapted from the example html output plugin at https://github.com/nose-devs/nose/blob/master/examples/html_plugin/htmlplug.py and the pyunit Html...
nose-json is a JSON report plugin for nose.Requirements:cursor-pointer" onclick="spovl3hide();"> System requirements for this...
nose-kleenex is a nose plugin that attempts to stop the pain associated with a large test suite by only running the tests applicable to the changes in your [git] branch.AboutAssuming --with-kleenex, kleenex is fully active on all test runs. What this...
nose-numpyseterr is a nose plugin to set how floating-point errors are handled by numpyEver wondered why you get 'Warning: divide by zero encountered in divide' when running nosetest with numpy? Just run nosetest with --npe-all=raise option and you will...
nose-patameterized is a decorator for parameterized testing with nose.Nose. It's got test generators. But they kind of suck, because:- They often require a second function- They make it difficult to separate the data from the test- They don't work with...
nose-performance is a performance testing plugin for Nose. It's primary goal is to monitor calls to network applications, such as the database and memcache.Integrates with Zumanji to report and archive results.UsageCreate some tests which inherit...
nose-progressive is a nose plugin which displays progress in a stationary progress bar, freeing the rest of the screen (as well as the scrollback buffer) for the compact display of test failures. It displays failures and errors as soon as they occur and...