Skip to content

Commit

Permalink
fix: delete entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam authored Feb 26, 2024
1 parent 4d1f98e commit 6fe6b38
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tests/test_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,15 +353,3 @@ def test_step6():
def test_step7():
# Step 7: B06_correct_separate_var.py ~
assert run_test(script7, paths7)


if __name__ == "__main__":
setup_module()
# test_step1() # passing
# test_step2() # passing
# test_step3() # passing
# test_step4() # passing
# test_step5() # passing
# test_step6() # passing
# test_step7() # passing
teardown_module()

0 comments on commit 6fe6b38

Please sign in to comment.