Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlightsys/skiptest
Decorator for nosetests that skips decorated tests. Obsoleted by the @unittest.skip decorator.
https://github.com/starlightsys/skiptest
Last synced: about 1 month ago
JSON representation
Decorator for nosetests that skips decorated tests. Obsoleted by the @unittest.skip decorator.
- Host: GitHub
- URL: https://github.com/starlightsys/skiptest
- Owner: starlightsys
- License: wtfpl
- Created: 2014-01-29T06:41:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T08:55:50.000Z (almost 10 years ago)
- Last Synced: 2024-03-30T21:30:41.378Z (9 months ago)
- Language: Python
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
skiptest
========Decorator for nosetests that skips decorated tests. Obsoleted by the [@unittest.skip](https://docs.python.org/2/library/unittest.html#skipping-tests-and-expected-failures) decorator.
Based on code from http://stackoverflow.com/a/7687714