What's needed?
We need to use defaults that are more suitable for all projects. For projects with many test, using -vv by default means a wall of output that makes it very hard to see the results from other, previous, sessions.
Proposed solution
Remove the -vv default from pyproject.toml.
What's needed?
We need to use defaults that are more suitable for all projects. For projects with many test, using
-vvby default means a wall of output that makes it very hard to see the results from other, previous, sessions.Proposed solution
Remove the
-vvdefault frompyproject.toml.