summaryrefslogtreecommitdiff
path: root/tests/testsentinel.py
diff options
context:
space:
mode:
authorkonryd <devnull@localhost>2010-06-11 11:25:27 +0000
committerkonryd <devnull@localhost>2010-06-11 11:25:27 +0000
commit1b726d0b60b8e055968949e5c3e219348d640468 (patch)
treee2be26a28c5ba1a19622ec58e388750a4ccef1f2 /tests/testsentinel.py
parentd5406f5e167aa552074fc11dd157076ae05b5941 (diff)
downloadmock-1b726d0b60b8e055968949e5c3e219348d640468.tar.gz
moved to unittest2 and marked testMagicMethodWrapping as expected failure
Diffstat (limited to 'tests/testsentinel.py')
-rw-r--r--tests/testsentinel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsentinel.py b/tests/testsentinel.py
index e259c87..0d12b41 100644
--- a/tests/testsentinel.py
+++ b/tests/testsentinel.py
@@ -33,5 +33,5 @@ class SentinelTest(TestCase):
if __name__ == '__main__':
- unittest.main()
- \ No newline at end of file
+ unittest2.main()
+