shouldnt -> shouldn't

This commit is contained in:
Semen Zhydenko 2019-08-01 15:09:14 +02:00
parent cb15e7c700
commit 942fd91995
2 changed files with 2 additions and 2 deletions

View File

@ -370,7 +370,7 @@ def test_excinfo_no_python_sourcecode(tmpdir):
excinfo = pytest.raises(ValueError, template.render, h=h)
for item in excinfo.traceback:
print(item) # XXX: for some reason jinja.Template.render is printed in full
item.source # shouldnt fail
item.source # shouldn't fail
if item.path.basename == "test.txt":
assert str(item.source) == "{{ h()}}:"

View File

@ -705,7 +705,7 @@ def test_dont_configure_on_slaves(tmpdir):
return "pytest"
junitprefix = None
# XXX: shouldnt need tmpdir ?
# XXX: shouldn't need tmpdir ?
xmlpath = str(tmpdir.join("junix.xml"))
register = gotten.append