bt2: add `if __name__ == '__main__'` snippet to all tests
[babeltrace.git] / tests / bindings / python / bt2 / test_stream_class.py
index b510fc2b055af5aae7be998489622a8550257f92..33bae5322298ef837a37ed6664967076ebe7eb62 100644 (file)
@@ -359,3 +359,7 @@ class StreamClassTestCase(unittest.TestCase):
 
         ec_ids = sorted(sc)
         self.assertEqual(ec_ids, [17, 23])
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.025198 seconds and 4 git commands to generate.