Skip to content

hgenru/nose-testscases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nose-testscases

Nosetests plugin to create different test cases

Install

$ python setup.py install

Usage

You can specify either one or several cases

$ nosetests --tests-case=case1
$ nosetests --tests-case=case1,case2

The order has a value of

$ nosetests --tests-case=case2,case1

You can pass the tests directly, then they will run first, and then the specified cases

$ nosetests --tests-case=case1 test4.py

About

Nosetests plugin to create different test cases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages