File: pytest.ini

package info (click to toggle)
python-transitions 0.9.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,728 kB
  • sloc: python: 8,765; makefile: 10; sh: 7
file content (6 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
[pytest]
filterwarnings =
    error
    ignore:.*With-statements.*:DeprecationWarning
addopts = -x -rf
junit_family = xunit2