Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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