From 7404df4269a46e76bebc9dce94ad17c3a2a86d53 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Thu, 18 Jan 2024 09:49:24 -0500 Subject: [PATCH] q1 support, and whitespace --- testing/run_sim_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/run_sim_tests.py b/testing/run_sim_tests.py index 14b5e1ba..7e63e5c4 100644 --- a/testing/run_sim_tests.py +++ b/testing/run_sim_tests.py @@ -243,6 +243,7 @@ def main(): # test_rolls.py should be run alone as it does not need simulator print("Skipped", test_module) continue + print("Started", test_module) if test_module in ["test_bsms.py", "test_address_explorer.py", "test_export.py", "test_multisig.py", "test_ux.py"]: