pytest: Add verbosity flag (#19293)

This commit is contained in:
jxu
2025-11-12 00:41:20 -05:00
committed by GitHub
parent f5e56c0b56
commit 887ba3f124
+4
View File
@@ -26,3 +26,7 @@
- Run tests without capturing output:
`pytest --capture=no`
- Run tests with increased [v]erbosity, displaying individual test names:
`pytest -v`