pytest2/src
Daniel Hahler f8f4c16020 TerminalWriter: write "collecting" msg only once every 0.1s
Running `pytest -k doesnotmatch` on pytest's own tests takes ~3s with
Kitty terminal for me, but only ~1s with `-q`.
It also is faster with urxvt, but still takes 2.2s there.

This patch only calls `report_collect` every 0.1s, which is good enough
for reporting collection progress, and improves the time with both Kitty
and urxvt to ~1.2s for me.
2018-10-24 16:48:35 +02:00
..
_pytest TerminalWriter: write "collecting" msg only once every 0.1s 2018-10-24 16:48:35 +02:00
pytest.py remove path from exposure 2018-10-11 07:15:08 +02:00