home · contact · privacy
Re-factor TestCaseSansDB methods.
[plomtask] / tests / conditions.py
index 4ac69a856e24ca731b6cff344a9cf9c720149e7b..468b1e8b13499ea3c6775baf40f68cad1b646a87 100644 (file)
@@ -9,7 +9,6 @@ from plomtask.exceptions import HandledException
 class TestsSansDB(TestCaseSansDB):
     """Tests requiring no DB setup."""
     checked_class = Condition
-    do_id_test = True
     versioned_defaults_to_test = {'title': 'UNNAMED', 'description': ''}