PyTest - Test Organization
Which of the following is the correct way to define a fixture in
conftest.py?conftest.py?@pytest.fixture decorator followed by a function.@pytest.fixture and defines a function returning a value. Others either lack the decorator or are incorrect syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions