forked from VimPlug/jedi
Adding test_get_sys_path required factoring out `_get_venv_sitepackages`, because `sys.version_info` cannot be mocked apparently.
11 lines
432 B
INI
11 lines
432 B
INI
[pytest]
|
|
addopts = --doctest-modules
|
|
|
|
# Ignore broken files in blackbox test directories
|
|
norecursedirs = .* docs completion refactor absolute_import namespace_package scripts extensions speed static_analysis not_in_sys_path buildout_project egg-link
|
|
|
|
# Activate `clean_jedi_cache` fixture for all tests. This should be
|
|
# fine as long as we are using `clean_jedi_cache` as a session scoped
|
|
# fixture.
|
|
usefixtures = clean_jedi_cache
|