kaste / PyTest

pytest runner and view annotator for sublime text
21 stars 6 forks source link

Enhancement: Provide info in status bar #23

Open pykong opened 5 years ago

pykong commented 5 years ago

What about displaying the current test status in the status bar: Like so

[12 | 3 ] - 12 passed, 3 failed

Or even with test coverage:

[12 | 3 | 74%] - 74% test coverage
kaste commented 5 years ago

A persistent marker, or just flashing this at the end of the test run?

pykong commented 5 years ago

Actually, both transient and persistent markers have their appeal.