tests: remove unused _TestIntegerValue.test_create_neg
[babeltrace.git] / tests / bindings / python / bt2 / test_value.py
index 4a9c0a502b184d1b58928c2c77b2ab94a33cb79d..4bd75a2e4760582db6acd097498ace3d39f3e4de 100644 (file)
@@ -1228,9 +1228,6 @@ class _TestIntegerValue(_TestNumericValue):
     def test_create_pos(self):
         self.assertEqual(self._ip, self._pv)
 
-    def test_create_neg(self):
-        self.assertEqual(self._in, self._nv)
-
     def test_create_from_vint(self):
         i = self._CLS(self._ip)
         self.assertEqual(i, self._pv)
This page took 0.023566 seconds and 4 git commands to generate.