Skip to content

Commit 4c05a3b

Browse files
committed
remove unecessary line
1 parent c2b8465 commit 4c05a3b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/utilities.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,5 @@ def run_the_test(folder, created_tests, chapter_id):
330330
mycwd = os.getcwd() # initial path
331331
os.chdir(folder)
332332
for test_file in created_tests:
333-
print("TEST --", "chapter"+str(chapter_id)+".rst", "--", test_file)
334333
subprocess.call(["pytest", test_file])
335334
os.chdir(mycwd)

0 commit comments

Comments
 (0)