From 82d18cd03f656c0486f37d8e6d393a4b40c12099 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Tue, 22 Dec 2020 19:48:05 +0000
Subject: [PATCH] still working on test collection

---
 util/collect_tests.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/util/collect_tests.py b/util/collect_tests.py
index 9e3d6e29..5f56dd6e 100644
--- a/util/collect_tests.py
+++ b/util/collect_tests.py
@@ -15,4 +15,8 @@ Internally, we will look for the "tests" keyword in each of these
 files to identify them as benchmark components.
 """
 
+import argparse
+import json
 
+if __name__ == "__main__":
+    pass
-- 
GitLab