File: pytest.ini

package info (click to toggle)
mkdocstrings 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: python: 2,345; makefile: 39; sh: 18; javascript: 13
file content (18 lines) | stat: -rw-r--r-- 481 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:mkdocstrings
  ignore:.*`get_anchors` method:DeprecationWarning:mkdocstrings
  ignore:.*Importing from:DeprecationWarning:mkdocstrings_handlers
  # TODO: Remove once pytest-xdist 4 is released.
  ignore:.*rsyncdir:DeprecationWarning:xdist