mirror of
https://github.com/davidhalter/parso.git
synced 2026-08-12 19:11:34 +08:00
Add a pytest.ini.
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
|||||||
|
[pytest]
|
||||||
|
addopts = --doctest-modules
|
||||||
|
|
||||||
|
# Ignore broken files inblackbox test directories
|
||||||
|
norecursedirs = .* docs scripts
|
||||||
|
|
||||||
|
# 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
|
||||||
Reference in New Issue
Block a user