summaryrefslogtreecommitdiff
path: root/tests/testsentinel.py
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-06-19 21:52:51 +0000
committerfuzzyman <devnull@localhost>2010-06-19 21:52:51 +0000
commitc773fc00e9bbb128cd696cd501c547595a8710ba (patch)
tree675b95fe6fa7ed3dd30302a7f2bf32193db113c7 /tests/testsentinel.py
parentf57948491b189d14d8fd5b399607a6271ac944b4 (diff)
downloadmock-c773fc00e9bbb128cd696cd501c547595a8710ba.tar.gz
Fixing test for __all__ and removing unused imports reported by pyflakes. Adding a test for the mocksignature argument to patch.oject
Diffstat (limited to 'tests/testsentinel.py')
-rw-r--r--tests/testsentinel.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testsentinel.py b/tests/testsentinel.py
index 1aadf1f..d11bf49 100644
--- a/tests/testsentinel.py
+++ b/tests/testsentinel.py
@@ -2,9 +2,6 @@
# E-mail: fuzzyman AT voidspace DOT org DOT uk
# http://www.voidspace.org.uk/python/mock/
-import os
-import sys
-
from tests.support import unittest2
from mock import sentinel, DEFAULT