~ubuntu-branches/debian/jessie/python-fudge/jessie

« back to all changes in this revision

Viewing changes to fudge/tests/test_import_all.py

  • Committer: Package Import Robot
  • Author(s): Jan Dittberner
  • Date: 2012-03-04 21:13:38 UTC
  • Revision ID: package-import@ubuntu.com-20120304211338-mabum7z7qgmn9tze
Tags: upstream-1.0.3
ImportĀ upstreamĀ versionĀ 1.0.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
from fudge import *
 
3
 
 
4
def test_import_all():
 
5
    assert "clear_calls" in globals()
 
6
    assert "clear_expectations" in globals()
 
7
    assert "verify" in globals()
 
8
    assert "Fake" in globals()
 
9
    assert "test" in globals()
 
10
    assert "patch" in globals()
 
 
b'\\ No newline at end of file'