Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

Nose Runnable Test Names

Using this plugins allows you to copy and paste the test description outputted by nose directly back to the runner.

$ nosetests --with-runnable-test-names -v2
my_module:MyTestCase.my_test_method ... ok
----------------------------------------------------------------------
Ran 1 tests in 0.001s

OK

$ nosetests my_module:MyTestCase.my_test_method
my_module:MyTestCase.my_test_method ... ok
----------------------------------------------------------------------
Ran 1 tests in 0.001s

OK

About

No description, website, or topics provided.

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.