We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de145f commit d19fe3cCopy full SHA for d19fe3c
testing/test_mark.py
@@ -435,7 +435,7 @@ class TestA(object):
435
def test_b(self):
436
assert True
437
class TestC(object):
438
- # this one didnt get marked
+ # this one didn't get marked
439
def test_d(self):
440
441
"""
testing/test_nose.py
@@ -253,7 +253,7 @@ def test_fun(self):
253
254
255
def test_setup_teardown_linking_issue265(testdir):
256
- # we accidentally didnt integrate nose setupstate with normal setupstate
+ # we accidentally didn't integrate nose setupstate with normal setupstate
257
# this test ensures that won't happen again
258
testdir.makepyfile(
259
'''
0 commit comments