Skip to content

py.test plugin to scan for unittest tests in the same way that setup.py test does

License

Notifications You must be signed in to change notification settings

pipern/pytest-unittestscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To try it, until we have our own tests:

 $ python setup.py develop
 $ PYTHONPATH=testdata/project1 py.test testdata/project1

and to see our current bug:


 $ PYTHONPATH=testdata/project1/:testdata/project2 \ 
   py.test testdata/project1 testdata/project2/

which gives:

ERROR: can't collect: testdata/project1
no node named 'project1' below <Directory 'testdata'>

About

py.test plugin to scan for unittest tests in the same way that setup.py test does

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages