File: pytest.ini

package info (click to toggle)
ostree-push 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: python: 3,650; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[pytest]
# Run in verbose mode by default. Use -q to bump the verbosity down.
addopts = -v

# Enable debug logging by default to help track down issues. This is set
# on the root logger, but it seems the only current log messages are
# from our modules. The alternative is to use the caplog fixture on all
# tests to just set the level on our loggers.
log_level = DEBUG

# Raise an error if tests marked xfail pass
xfail_strict = True