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
At the moment one test case from a parametrized tests can be selected:
$~ cat selection.txt
test_parametrized[1]
Can you add the possibility to select all parametrized test cases from that function, example:
$~ cat selection.txt
test_parametrized[1]
test_two_parametrized
At the moment one test case from a parametrized tests can be selected:
$~ cat selection.txt
test_parametrized[1]
Can you add the possibility to select all parametrized test cases from that function, example:
$~ cat selection.txt
test_parametrized[1]
test_two_parametrized
running:
test_parametrized[1]
test_two_parametrized[1]
test_two_parametrized[2]
test_two_parametrized[3]
test_two_parametrized[4]
Thanks for an update.
The text was updated successfully, but these errors were encountered: