File: pytest.ini

package info (click to toggle)
python-qtpy 2.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 924 kB
  • sloc: python: 4,767; sh: 28; makefile: 19
file content (12 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
addopts = --durations=10 -v -r a --color=yes --code-highlight=yes --strict-config --strict-markers --maxfail 10 --cov-report=term-missing --cov-report=xml
empty_parameter_set_mark = fail_at_collect
filterwarnings =
    error
    ignore:.*QSqlDatabase\.exec\(:DeprecationWarning
log_auto_indent = True
log_level = INFO
minversion = 6.0
testpaths =
    qtpy/tests
xfail_strict = True