mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
15 lines
473 B
INI
15 lines
473 B
INI
[pytest]
|
|
addopts = --doctest-modules
|
|
|
|
# Ignore broken files in blackbox test directories
|
|
norecursedirs = .* docs completion refactor namespace_package
|
|
scripts extensions speed static_analysis not_in_sys_path
|
|
sample_venvs init_extension_module jedi/third_party
|
|
|
|
# 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
|
|
|
|
testpaths = jedi test
|