mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:40:05 +08:00
13 lines
356 B
INI
Vendored
13 lines
356 B
INI
Vendored
[pytest]
|
|
addopts = --doctest-modules
|
|
|
|
testpaths = parso test
|
|
|
|
# Ignore broken files inblackbox test directories
|
|
norecursedirs = .* docs scripts normalizer_issue_files build
|
|
|
|
# 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_parso_cache
|