-
Notifications
You must be signed in to change notification settings - Fork 0
py.test plugin to scan for unittest tests in the same way that setup.py test does
License
pipern/pytest-unittestscan
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published