-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
enhancementNew feature or requestNew feature or request
Description
PR #635 investigated an issue in which tests suddenly became very slow (fixed in #641). However, it also highlighted some changes that can generally speed up the tests and help troubleshooting:
- add
durationsargument to pytest in the workflows to print how long each test takes - focus on the TUI tests, which are by far the slowest
- removing codecov actually decreases test speed by like 5 minutes, but it is almost certainly not worth removing this.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request