Janghwan Kim
unread,Jun 9, 2012, 5:58:48 AM6/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Lettuce Developers
Hi.
I have a scenario with a very long step sentence -- not a good design,
but had to test long input -- and I found the terminal output is very
ugly, even if I don't select the scenario.
When running lettuce with selected scenarios with -s option,
I would prefer Feature.max_length to consider only the selected
scenarios.
Reading the code (v0.1.35),
I found the scenarios selected with -s option is only valid upto the
Runner, and Feature instance holds the entire scenario set.
Perhaps you can add scenario argument to Feature.from_file method to
limit the scenarios, since the unselected ones are not intended for
the test?
Thanks.