Skip to content

Commit d19fe3c

Browse files
committed
didnt -> didn't
1 parent 2de145f commit d19fe3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testing/test_mark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ class TestA(object):
435435
def test_b(self):
436436
assert True
437437
class TestC(object):
438-
# this one didnt get marked
438+
# this one didn't get marked
439439
def test_d(self):
440440
assert True
441441
"""

testing/test_nose.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def test_fun(self):
253253

254254

255255
def test_setup_teardown_linking_issue265(testdir):
256-
# we accidentally didnt integrate nose setupstate with normal setupstate
256+
# we accidentally didn't integrate nose setupstate with normal setupstate
257257
# this test ensures that won't happen again
258258
testdir.makepyfile(
259259
'''

0 commit comments

Comments
 (0)