PyTest - Basics and Setup
In a pytest project, where is the best place to keep your test scripts to ensure they are easily discoverable?
tests/ folder by default.tests/ folder improves maintainability and clarity.tests/ directory at the root of the project -> Option Dtests/ folder [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions