PyTest - Fixtures
Which of the following is the correct way to declare a fixture in
conftest.py that returns a string value?conftest.py that returns a string value?pytest.fixture decorator, so importing pytest is necessary.@pytest.fixture before its definition.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions