mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
11 lines
326 B
INI
11 lines
326 B
INI
[pytest]
|
|
addopts = --doctest-modules
|
|
|
|
# Ignore broken files inblackbox test directories
|
|
norecursedirs = .* docs scripts normalizer_issue_files
|
|
|
|
# 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
|