File: pytest.ini

package info (click to toggle)
mkdocstrings-python-handlers 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,400 kB
  • sloc: python: 3,271; makefile: 42; sh: 17; javascript: 13
file content (18 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[pytest]
python_files =
  test_*.py
addopts =
  --cov
  --cov-config config/coverage.ini
testpaths =
  tests

# action:message_regex:warning_class:module_regex:line
filterwarnings =
  error
  default::EncodingWarning
  error::EncodingWarning:python
  # TODO: Remove once pytest-xdist 4 is released.
  ignore:.*rsyncdir:DeprecationWarning:xdist
  # TODO: Remove once mkdocstrings stops setting fallback function.
  ignore:.*fallback anchor function:DeprecationWarning:mkdocstrings