Skip to content

Commit

Permalink
updated testing script
Browse files Browse the repository at this point in the history
  • Loading branch information
dcavar committed Aug 17, 2024
1 parent e52074f commit cdae5dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_nlqk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import nlqk
# import nlqk


def inc(x):
Expand All @@ -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()

0 comments on commit cdae5dd

Please sign in to comment.