minor: rename inner test
This commit is contained in:
parent
5c26ba9cb1
commit
ade773390a
|
@ -884,7 +884,7 @@ class TestReadme(object):
|
||||||
def test_readme_failed(self, testdir):
|
def test_readme_failed(self, testdir):
|
||||||
testdir.makepyfile(
|
testdir.makepyfile(
|
||||||
"""
|
"""
|
||||||
def test_always_passes():
|
def test_always_fails():
|
||||||
assert 0
|
assert 0
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue