Update Python bindings and tests to match the latest API
[babeltrace.git] / tests / bindings / python / bt2 / test_ctf_writer_clock.py
index 147914674554cfe1d41aec7068c819104ddd496e..02e9609b2bcd076a43a65c85fec6a08e8e951781 100644 (file)
@@ -8,6 +8,9 @@ class CtfWriterClockTestCase(unittest.TestCase):
     def setUp(self):
         self._clock = bt2.CtfWriterClock('salut')
 
+    def tearDown(self):
+        del self._clock
+
     def test_create_default(self):
         self.assertEqual(self._clock.name, 'salut')
 
This page took 0.024955 seconds and 4 git commands to generate.