You need to sign in or sign up before continuing.
Make sure testing cache directory exists
Description
Currently the cache directory comes from gitlab cache. There is nowhere we verify that this cache directory exists. If cache is invalidated or does not exist, then tests will fail.
To test you can run:
rm -rf my-cache
INTEGRATION_CACHE=my-cache/integration-cache tox -e py37 -- --integration tests/examples/developing.py::test_open_workspace
This merge request, when approved, will close: #873 (closed)