File: pytest.ini

package info (click to toggle)
python-pytest-trio 0.8.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 432 kB
  • sloc: python: 938; sh: 49; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
[pytest]
addopts = -ra -v --pyargs pytest_trio --verbose --cov
filterwarnings =
    error
    default::pytest.PytestAssertRewriteWarning
    default::pytest.PytestDeprecationWarning
    default::pytest.PytestUnraisableExceptionWarning