summaryrefslogtreecommitdiff
path: root/tests/test_declarations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_declarations.py')
-rw-r--r--tests/test_declarations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_declarations.py b/tests/test_declarations.py
index 7e7c2fb..86bc8b5 100644
--- a/tests/test_declarations.py
+++ b/tests/test_declarations.py
@@ -296,5 +296,5 @@ class PostGenerationMethodCallTestCase(unittest.TestCase):
-if __name__ == '__main__':
+if __name__ == '__main__': # pragma: no cover
unittest.main()