We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44241f6 commit b819db8Copy full SHA for b819db8
tests/conftest.py
@@ -62,6 +62,7 @@ def install():
62
c = MockContext(run=True, repeat=True)
63
mkdtemp.return_value = "tmpdir"
64
get_archives.return_value = ["foo.tgz", "foo.whl"]
65
+
66
# I hate this but don't see a cleaner way to mock out a nested
67
# 'exists()' w/o breaking everything else, or using a real tmpdir.
68
def set_exists(value):
0 commit comments