Package: python-behave
Version: 1.2.5
There are certain scenarios where it would be nice to write
a few comments for certain scenarios, while leaving the
scenario title intact.
Here is the proposal:
Feature: Test to ensure I take the correct accessory
Scenario: A rainy day
"""
This scenario only looks at a small subset
of accessory possibilities for a rainy day.
""" Given it is a new day
When the day is rainy
And the day is cold
Then we should bring an umbrella
I am using Linux ubuntu 4.4.0-59-generic #80-Ubuntu x86_64.