summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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