summaryrefslogtreecommitdiff
path: root/testing/test_cacheprovider.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-06-23 00:03:10 +0200
committerRonny Pfannschmidt <ronny.pfannschmidt@redhat.com>2018-06-23 00:03:10 +0200
commitee30bf45c99f1fd8f4ba9bc26a2b77b3a6aae5c6 (patch)
tree914aa907907523d4919f442600d101e966c1f63e /testing/test_cacheprovider.py
parent603df1ea1c638c0b704b5d135c03b00384cce0f9 (diff)
downloadpytest-ee30bf45c99f1fd8f4ba9bc26a2b77b3a6aae5c6.tar.gz
rebase onto readme addition
Diffstat (limited to 'testing/test_cacheprovider.py')
-rw-r--r--testing/test_cacheprovider.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/test_cacheprovider.py b/testing/test_cacheprovider.py
index 68ed33910..9190aecdd 100644
--- a/testing/test_cacheprovider.py
+++ b/testing/test_cacheprovider.py
@@ -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(