File: pytest.ini

package info (click to toggle)
parso 0.8.5-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 1,260 kB
  • sloc: python: 10,983; makefile: 135
file content (15 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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

# Disallow warnings
filterwarnings = error