Files
parso/pytest.ini
2017-05-11 08:31:46 -04:00

11 lines
308 B
INI

[pytest]
addopts = --doctest-modules
# Ignore broken files inblackbox test directories
norecursedirs = .* docs scripts old*
# 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