From a5741ddfce67562ed1415a30acc6e24a2f1de109 Mon Sep 17 00:00:00 2001 From: William Lindskog-Munzing Date: Tue, 20 May 2025 13:42:49 -0400 Subject: [PATCH] add new pr test --- new-tests/simple_tests/pr_test.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 new-tests/simple_tests/pr_test.py diff --git a/new-tests/simple_tests/pr_test.py b/new-tests/simple_tests/pr_test.py new file mode 100644 index 0000000..1b208cb --- /dev/null +++ b/new-tests/simple_tests/pr_test.py @@ -0,0 +1,3 @@ +# print something +# === CONFIG === +print("=== CONFIG ===") \ No newline at end of file