bt2: add `if __name__ == '__main__'` snippet to all tests
[babeltrace.git] / tests / bindings / python / bt2 / test_ctf_writer_clock.py
index 2653d7df7d7e8b949fe47e0a40c4fcb56e7516d4..237a8019e4b32e3dce119f48040debb5fc69e5bf 100644 (file)
@@ -302,3 +302,7 @@ class CtfWriterClockTestCase(unittest.TestCase):
 
     def test_eq_invalid(self):
         self.assertFalse(self._clock == 23)
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.022884 seconds and 4 git commands to generate.