bt2: add `if __name__ == '__main__'` snippet to all tests
[babeltrace.git] / tests / bindings / python / bt2 / test_query_executor.py
index 26e554615924d179a4ff96e4265a56470955acc1..000de069a44c3f94dc54b93ae0a89cea5412ec15 100644 (file)
@@ -288,3 +288,7 @@ class QueryExecutorTestCase(unittest.TestCase):
             test_priv_query_exec.logging_level
 
         del test_priv_query_exec
+
+
+if __name__ == '__main__':
+    unittest.main()
This page took 0.023307 seconds and 4 git commands to generate.