| # 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. | |
| [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 | |
| markers = | |
| slow: marks tests with a long duration (>60s) |