PyTest - Test Organization
What is the main advantage of using
conftest.py in a pytest testing suite?conftest.py in a pytest testing suite?conftest.py is used to define fixtures and hooks that are automatically discovered by pytest.conftest.py are accessible to all test files in the directory tree without explicit imports.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions