Это мой файл функций:
Код: Выделить всё
Feature: Blog
A site where you can publish your articles.
Scenario: Publishing the article
Given "test" the application
Код: Выделить всё
scenario('../features/test_app.feature', 'Publishing the article')
@given(parsers.parse(" {phrase} the application"))
def test_app(phrase):
print(phrase)
Подробнее здесь: https://stackoverflow.com/questions/789 ... t-fixtures