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.
--- 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()