summaryrefslogtreecommitdiff
path: root/tests/integration/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/__init__.py')
-rw-r--r--tests/integration/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py
index ed359279..f03a609b 100644
--- a/tests/integration/__init__.py
+++ b/tests/integration/__init__.py
@@ -24,6 +24,7 @@
Base class to make checking the certs easier.
"""
+
# We subclass from ``object`` instead of ``TestCase`` here so that this doesn't
# add noise to the test suite (otherwise these no-ops would run on every
# import).
@@ -60,4 +61,3 @@ class ServiceCertVerificationTest(object):
always succeed (like fetch a list, even if it's empty).
"""
pass
-