Skip to content

Commit a953003

Browse files
committed
remove commented out lines in new test
1 parent 9f0c454 commit a953003

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing/test_basic.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,6 @@ def test_first(foo):
890890
assert foo == 42
891891
892892
check_me = 2
893-
# check_me += 1
894893
895894
def test_second(foo):
896895
global check_me
@@ -899,7 +898,6 @@ def test_second(foo):
899898
assert foo == 42
900899
901900
check_me = 3
902-
# check_me += 1
903901
"""
904902
testdir.makepyfile(test_file)
905903
rr = testdir.run(sys.executable, "-m", "pytest", "-v", *cmd_opts)

0 commit comments

Comments
 (0)