Add a pytest.ini.

This commit is contained in:
Dave Halter
2017-05-11 08:16:28 -04:00
parent 68cc2a9354
commit 284acce072

10
pytest.ini Normal file
View File

@@ -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