Trying to make the cache path configurable as a parameter.

This commit is contained in:
Dave Halter
2017-05-15 11:12:28 -04:00
parent fb05fb4c19
commit be782a0141
3 changed files with 48 additions and 28 deletions

View File

@@ -3,9 +3,8 @@ import shutil
import pytest
import jedi
collect_ignore = ["setup.py"]
#collect_ignore = ["setup.py"]
# The following hooks (pytest_configure, pytest_unconfigure) are used