summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-07-29 17:49:23 +0000
committerfuzzyman <devnull@localhost>2010-07-29 17:49:23 +0000
commit4f8df221f868bb4bd7775bcfc8c135ae1a703433 (patch)
tree0ae20bcb8702f4f00dfde625ce5eda489d1c1058
parent9db536bc3298e8c68a0a8e28cb8336ef74132a5c (diff)
downloadmock-4f8df221f868bb4bd7775bcfc8c135ae1a703433.tar.gz
unittest.cfg update
-rw-r--r--tests/testmocksignature.py4
-rw-r--r--unittest.cfg1
2 files changed, 1 insertions, 4 deletions
diff --git a/tests/testmocksignature.py b/tests/testmocksignature.py
index a0ebac0..afa725a 100644
--- a/tests/testmocksignature.py
+++ b/tests/testmocksignature.py
@@ -157,7 +157,3 @@ class TestMockSignature(unittest2.TestCase):
def f(**_mock_):
pass
self.assertRaises(AssertionError, lambda: mocksignature(f))
-
-
-
- \ No newline at end of file
diff --git a/unittest.cfg b/unittest.cfg
index 0c08411..9342c3b 100644
--- a/unittest.cfg
+++ b/unittest.cfg
@@ -25,6 +25,7 @@ errors-only = True
always-on = False
config =
report-html = False
+annotate = False
html-directory =
text-file =
branch = False