Selenium Python - Test Framework Integration (pytest)
What is wrong with this pytest marker usage?
import pytest
@pytest.mark('slow')
def test_example():
assert True
import pytest
@pytest.mark('slow')
def test_example():
assert True
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions