bt2: add `if __name__ == '__main__'` snippet to all tests
[babeltrace.git] / tests / bindings / python / bt2 / test_port.py
index 5c1a8271fef73a9dc1cc826bc6fc853d21c11e92..dab6c536b4e524716e43dcfe2a70964f4d3d0ec6 100644 (file)
@@ -832,3 +832,7 @@ class PortTestCase(unittest.TestCase):
 
         self._create_comp(MySink)
         self.assertEqual(user_datas, [None, set()])
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.023893 seconds and 4 git commands to generate.