Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
runtests.py: clean up PYTEST_ARGS (encode#6040)
1. `tests` and `--tb=short` is not necessary, since it is in `pytest.addopts` already. 2. removes `-s` (shortcut for --capture=no): it is typically a good idea to not display output from successful tests.
- Loading branch information