Skip to content

tdavis/nose-skipreq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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!

About

nose plugin for marking tests as SKIP which raise Google API RequestErrors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages