File: __init__.py

package info (click to toggle)
python-fudge 1.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 744 kB
  • sloc: javascript: 3,300; python: 2,537; makefile: 82; sh: 5
file content (4 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (6)
1
2
3
4
# this exists so the doctest can import oauthtwitter before fudging out its methods

def OAuthApi(*args, **kw):
    raise RuntimeError("Test failed to mock out this method")