X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fbindings%2Fpython%2Fbt2%2Ftest_ctf_writer_clock.py;h=02e9609b2bcd076a43a65c85fec6a08e8e951781;hb=f6a5e476417b4ea019e745139626b76894d59876;hp=147914674554cfe1d41aec7068c819104ddd496e;hpb=b4fa1b59fab1ff8a0420844604314c777211a4ae;p=babeltrace.git diff --git a/tests/bindings/python/bt2/test_ctf_writer_clock.py b/tests/bindings/python/bt2/test_ctf_writer_clock.py index 14791467..02e9609b 100644 --- a/tests/bindings/python/bt2/test_ctf_writer_clock.py +++ b/tests/bindings/python/bt2/test_ctf_writer_clock.py @@ -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')