-
Notifications
You must be signed in to change notification settings - Fork 227
Fixes #271: Use parametrize markers params for getting example_kwargs #272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from 2 commits
8cbcab6
e016791
ca0efed
b3c0e3f
646fc1c
432e0e0
645a9f2
df1f21e
8fef144
cd4d74a
256f6c6
0646548
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,7 @@ Scenario: Parametrized given, when, thens | |
Given there are <start> cucumbers | ||
When I eat <eat> cucumbers | ||
Then I should have <left> cucumbers | ||
|
||
|
||
Scenario: Parametrized given - single param | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what is this test asserting? There is no "then" step There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You already have asked that question :). Shall we add comment somewhere in the code explaining what this test is testing? |
||
Given there are <start> cucumbers |
Uh oh!
There was an error while loading. Please reload this page.