You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run tests, if you have a lot of environments, and only want to run one, it all the ignored environment are listed, which can make it tedious to scroll up. For example, when running tests for Marlin there are 78 environments, and if you want to run only one tests out of many, then there's multiple of those lines
Description of problem
When you run tests, if you have a lot of environments, and only want to run one, it all the ignored environment are listed, which can make it tedious to scroll up. For example, when running tests for Marlin there are 78 environments, and if you want to run only one tests out of many, then there's multiple of those lines
In commands/run/command.py we hide those lines with
--verbose
:But not in commands/test/command.py:
If there are no concerns for backwards compatibility (eg some people might expected
IGNORED
tests to show up), the change is simple:The text was updated successfully, but these errors were encountered: