Add a new hook to inform user of current state on signal #12407
Labels
topic: reporting
related to terminal output and user-facing messages and errors
type: proposal
proposal for a new feature, often to gather opinions or design the API around the new feature
What's the problem this feature will solve?
When some tests run for a very long time it is important to be able to know what are these tests. Currently it is difficult to find out.
Describe the solution you'd like
Pressing Ctrl-T should show the list of currently running tasks.
On FreeBSD we have a similar situation: the program that builds packages normally prints what packages were just finished or started, but when Ctrl-T is pressed it prints the list of currently running builds like this:
PyTest should do the same and on Ctrl-T should print the list of all currently running tests with their times, statuses, etc.
The text was updated successfully, but these errors were encountered: