1
0
forked from VimPlug/jedi

Revisit pytest config

- add testpaths setting
- tox: remove testpaths from posargs default
- s/py.test/pytest/
This commit is contained in:
Daniel Hahler
2018-06-30 19:14:13 +02:00
parent a79a1fbef5
commit a34ee5bb92
5 changed files with 13 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ collect_ignore = [
# to modify `jedi.settings.cache_directory` because `clean_jedi_cache`
# has no effect during doctests. Without these hooks, doctests uses
# user's cache (e.g., ~/.cache/jedi/). We should remove this
# workaround once the problem is fixed in py.test.
# workaround once the problem is fixed in pytest.
#
# See:
# - https://github.com/davidhalter/jedi/pull/168