pytest
参考文献
- https://docs.pytest.org/en/7.1.x/
- https://docs.pytest.org/en/7.1.x/reference/reference.html#command-line-flags
Warning の出力の抑制
Warning の出力を抑制したいとき、ドキュメントによると --no-summary で抑制できるとのことだが古い版の pytest だとこれが通らなかった。しかし --disable-warnings は通った。pytest --no-summary pytest --disable-warnings