summaryrefslogtreecommitdiff
path: root/lib/fixtures/tests/test_fixture.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fixtures/tests/test_fixture.py')
-rw-r--r--lib/fixtures/tests/test_fixture.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/fixtures/tests/test_fixture.py b/lib/fixtures/tests/test_fixture.py
index d1343e3..74e6ad0 100644
--- a/lib/fixtures/tests/test_fixture.py
+++ b/lib/fixtures/tests/test_fixture.py
@@ -28,6 +28,8 @@ require_gather_details = skipIf(gather_details is None,
"gather_details() is not available.")
+# Note: the cleanup related tests are strictly speaking redundant, IFF they are
+# replaced with contract tests for correct use of CallMany.
class TestFixture(testtools.TestCase):
def test_resetCallsSetUpCleanUp(self):