Should missing generator numbers create 2 tests by default in some cases #976
plocket
started this conversation in
Improving clarity
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is a tiny detail and probably isn't worth the added complexity, but it's hanging around in my brain anyway. A generator Scenario should have a Step that starts like this:
Right now, if someone leaves out a number (5 in this case), we generate 1 test by default, as if they had written:
We could check if the Step is plural ("tests" as opposed to "test") and, if so, create 2 tests by default in that case. Or visa versa.
All reactions