PyTest - Basics and Setup
Which of the following is the correct way to name a test file so pytest can discover it automatically?
test_ or end with _test.py.test_example.py starts with test_, so pytest will find it automatically.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions