mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:10:05 +08:00
14 lines
412 B
INI
Vendored
14 lines
412 B
INI
Vendored
[pytest]
|
|
addopts = --doctest-modules
|
|
|
|
# Ignore broken files in blackbox test directories
|
|
norecursedirs = .* jedi/third_party scripts docs
|
|
test/completion test/refactor test/static_analysis test/examples
|
|
|
|
# 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
|