Adds handling of `N` to reset `reportchars`, which can be used to get the old behavior (`-rN`), and also allows for an alternative to `--disable-warnings` (https://github.com/pytest-dev/pytest/issues/5066), since `w` was included by default (without `--disable-warnings`). Fixes https://github.com/pytest-dev/pytest/issues/6454
2 lines
54 B
ReStructuredText
2 lines
54 B
ReStructuredText
`--disable-warnings` is honored with `-ra` and `-rA`.
|