What's new? | Help | Directory | Sign in
Google
insulatenoseplugin
A plugin for nosetests, to enable the crash handling
  
  
  
  
    

When nosetests runs a sequence of tests and one of the tests crashes badly, i.e. causing python to terminate, all subsequent tests are aborted.

This plugin will run the tests in a master/slave model where the master starts a slave which actually runs the tests the master tells it to. If a test crashes the master will start a new slave and simply tell it to start at the test following the one that crashed.

See documentation for more info.