Skip progress display when in non-terminal (pytest >= 2.9)

See pytest-dev/pytest#1397
This commit is contained in:
Bruno Oliveira
2016-03-08 17:20:36 -03:00
parent 8954f0d63d
commit 20fe1f9874
3 changed files with 28 additions and 2 deletions

View File

@@ -4,6 +4,9 @@
- new ``worker_id`` fixture, returns the id of the worker in a test or fixture.
Thanks Jared Hellman for the PR.
- display progress during collection only when in a terminal, similar to pytest #1397 issue.
Thanks Bruno Oliveira for the PR.
1.14
----