Metadata-Version: 1.1
Name: nose-skipreq
Version: 2.0
Summary: nose plugin that will skip Google API RequestError exceptions.
Home-page: https://github.com/tdavis/nose-skipreq
Author: Tom Davis
Author-email: tom@recursivedream.com
License: BSD License
Description: This is a simple nose plugin which acts like the SkipTest plugin for Google's
        RequestError exception.
        
        Testing against live Google APIs--other than being a bad idea to begin
        with--often results in random RequestError responses from Google. We may not
        want these exceptions to cause test failures as they are transient and may be
        handled gracefully by other parts of the system. To that end, ``nose-skipreq``
        was created.
        
        When running ``nosetests`` with the ``--skip-req`` flag, all tests which raise
        RequestError will be marked SKIP instead of FAIL. That's it!
        
Keywords: nose nosetest skip RequestError
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.4
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Testing
