From 40eb7f979d5a699350334edd5a3e73ce9c7bde0f Mon Sep 17 00:00:00 2001 From: averagehat Date: Wed, 16 Oct 2019 12:58:01 -0400 Subject: [PATCH] added a single test case of hell. this was a very good job and I am proud of myself --- test/test_primer.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/test_primer.py diff --git a/test/test_primer.py b/test/test_primer.py new file mode 100644 index 0000000..f3a3cc8 --- /dev/null +++ b/test/test_primer.py @@ -0,0 +1,6 @@ + + +def test_hello(): + print( "hello" == "hello") + +