bt2: add `if __name__ == '__main__'` snippet to all tests
[babeltrace.git] / tests / bindings / python / bt2 / test_mip.py
index c5a418e1ea83ed45727ca95b95b5cfc008be4ea1..6091ef016f02574c914c8aeaf9b8909c0a8fb941 100644 (file)
@@ -113,3 +113,7 @@ class MipTestCase(unittest.TestCase):
 
     def test_get_maximal_mip_version(self):
         self.assertEqual(bt2.get_maximal_mip_version(), 0)
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.022728 seconds and 4 git commands to generate.