pytest-bdd-example/pytest_bdd_example/auth/decorators.py

4 lines
81 B
Python

def public_endpoint(function):
function.is_public = True
return function