didnt -> didn't
This commit is contained in:
parent
2de145f372
commit
d19fe3c410
|
@ -435,7 +435,7 @@ class TestFunctional:
|
|||
def test_b(self):
|
||||
assert True
|
||||
class TestC(object):
|
||||
# this one didnt get marked
|
||||
# this one didn't get marked
|
||||
def test_d(self):
|
||||
assert True
|
||||
"""
|
||||
|
|
|
@ -253,7 +253,7 @@ def test_apiwrapper_problem_issue260(testdir):
|
|||
|
||||
|
||||
def test_setup_teardown_linking_issue265(testdir):
|
||||
# we accidentally didnt integrate nose setupstate with normal setupstate
|
||||
# we accidentally didn't integrate nose setupstate with normal setupstate
|
||||
# this test ensures that won't happen again
|
||||
testdir.makepyfile(
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue