Open
Description
After #2081 got closed, we can now go to tests and make the specific test run by clicking on the gutter button on the left:
fix.mp4
I'd like to request that we internally use the group
function from test
to wrap all tests in the class (and then not include the class name in the test name but in the group), and then pass the group location (either the class definition or the defineReflectiveTests
call that runs it) up so we can run all tests in one class at a time.
CC @DanTup