File: tox.ini

package info (click to toggle)
slurm-wlm-contrib 24.11.5-2
  • links: PTS, VCS
  • area: contrib
  • in suites: trixie
  • size: 50,596 kB
  • sloc: ansic: 529,598; exp: 64,795; python: 17,051; sh: 9,411; javascript: 6,528; makefile: 4,030; perl: 3,762; pascal: 131
file content (10 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
# Do not change this file as these are the slurm package defaults.
# You may override these or other settings within a separate pytest.ini file.
# TJ - 20230620: Traceback in the log format was removed, original is below
# log_format = [%(asctime)s.%(msecs)03d] %(levelname)-8s %(message)s  (%(traceback)s)
[pytest]
xfail_strict=true
log_format = [%(asctime)s.%(msecs)03d] %(levelname)-8s %(message)s
log_date_format = %Y-%m-%d %H:%M:%S
log_level = DEBUG
junit_family = xunit1