def test__new_data_constraints(self):
     ret = RuvDataHandler._new_data_constraints({})
     self.assertIsInstance(ret, dict)
Esempio n. 2
0
 def test__new_data_constraints(self):
     ret = RuvDataHandler._new_data_constraints({})
     self.assertIsInstance(ret, dict)