We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8312d69 commit 39e3437Copy full SHA for 39e3437
README.rst
@@ -51,7 +51,7 @@ An example test for a blog hosting software could look like this. Note that pyte
51
52
# test_publish_article.py
53
54
- from pytest_bdd import scenario, given, when, then
+ from pytest_bdd import scenarios, given, when, then
55
56
# Load all the scenarios
57
scenarios('publish_article.feature')
0 commit comments