--cachedir="" doesn't work because the quotes are not processed (as they would be by the shell) and the cachedir is set to ./"" (that is a directory with two double quotes as name). The correct start parameter is thus --cachedir=, which correctly fails when the fix is reverted. |
||
---|---|---|
.. | ||
helpers | ||
html | ||
integration | ||
unit | ||
conftest.py | ||
test_conftest.py |