summaryrefslogtreecommitdiff
path: root/tests/test_containers.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_containers.py')
-rw-r--r--tests/test_containers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_containers.py b/tests/test_containers.py
index 75e3237..8b78dc7 100644
--- a/tests/test_containers.py
+++ b/tests/test_containers.py
@@ -359,5 +359,5 @@ class AttributeBuilderTestCase(unittest.TestCase):
pass
-if __name__ == '__main__':
+if __name__ == '__main__': # pragma: no cover
unittest.main()