bt2: add `if __name__ == '__main__'` snippet to all tests
[babeltrace.git] / tests / bindings / python / bt2 / test_error.py
index 2a2703b6f591aa4fc46a2795999d67b4581ef9e6..821d30f5a25b485edfbc1b58c43d6b44f1cde620 100644 (file)
@@ -204,3 +204,7 @@ class ErrorTestCase(unittest.TestCase):
         self.assertEqual(cause.component_class_type, bt2.ComponentClassType.SOURCE)
         self.assertEqual(cause.component_class_name, 'SourceWithFailingIter')
         self.assertIsNone(cause.plugin_name)
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.02585 seconds and 4 git commands to generate.