From cdae5dd0d5f2149ba58fc604acf02acae4dd9f62 Mon Sep 17 00:00:00 2001 From: Damir Cavar Date: Sat, 17 Aug 2024 10:07:15 -0400 Subject: [PATCH] updated testing script --- tests/test_nlqk.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_nlqk.py b/tests/test_nlqk.py index a633989..11787c9 100644 --- a/tests/test_nlqk.py +++ b/tests/test_nlqk.py @@ -1,5 +1,5 @@ -import nlqk +# import nlqk def inc(x): @@ -8,5 +8,5 @@ def inc(x): def test_answer(): assert inc(3) == 4 -def test_hello(): - nlqk.hello_world() +#def test_hello(): +# nlqk.hello_world()