Skip to content

pitluga/nose-run-line-number

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A plugin to run nose tests by line number.

To install

It's available on PyPi, so its as simple as:

pip install nose-run-line-number

To Run

If you are building your project with setuptools you will just need to include it in test_require. Then you can run it from the command line line so:

python setup.py nosetests --line-file tests/folder/file_test.py --line 7

If you are not using setuptools, nose-run-line-number ships with an executable that will plug itself into nosetests

noseline tests/folder/file_test.py --line 7

About

nose plugin that runs tests selected by line number

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages