Drop useless ConstraintInsertionTC 3.26
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 11 Sep 2019 11:37:05 +0200
branch3.26
changeset 12725 0481ece35cb2
parent 12721 1b4e32301f14
child 12726 1a2c7d6397ec
Drop useless ConstraintInsertionTC This test does nothing and is here from the begining of repo history. Now it raise an error "TypeError: Skipped expected string as 'msg' parameter, got 'SkipTest' instead. Perhaps you meant to use a mark?" Just drop it.
cubicweb/devtools/test/unittest_dbfill.py
--- a/cubicweb/devtools/test/unittest_dbfill.py	Tue Aug 06 16:36:21 2019 +0200
+++ b/cubicweb/devtools/test/unittest_dbfill.py	Wed Sep 11 11:37:05 2019 +0200
@@ -110,12 +110,5 @@
         self.assertEqual(self.person_valgen.generate_attribute_value({}, 'description', 12),
                           u'yo')
 
-
-class ConstraintInsertionTC(TestCase):
-
-    def test_writeme(self):
-        self.skipTest('Test automatic insertion / Schema Constraints')
-
-
 if __name__ == '__main__':
     unittest_main()