pytest-bdd-example/tests/functional/dashboard/steps/given.py

6 lines
133 B
Python

from pytest_bdd import given
given('I\'m an admin user', fixture='admin_user')
given('I\'m an author user', fixture='author_user')