rebase onto readme addition

This commit is contained in:
Ronny Pfannschmidt
2018-06-23 00:03:10 +02:00
parent 603df1ea1c
commit ee30bf45c9
2 changed files with 20 additions and 21 deletions

View File

@@ -826,8 +826,8 @@ class TestReadme(object):
def check_readme(self, testdir):
config = testdir.parseconfigure()
readme = config.cache._cachedir.join("README.md")
return readme.isfile()
readme = config.cache._cachedir.joinpath("README.md")
return readme.is_file()
def test_readme_passed(self, testdir):
testdir.makepyfile(