Selenium Python - Test Framework Integration (pytest)
Identify the error in this pytest test code:
def setup():
print('Setup')
def test_sample():
print('Test running')