PyTest - Basics and Setup
When you execute
pytest in a directory without specifying any files or options, what does pytest do by default?pytest in a directory without specifying any files or options, what does pytest do by default?test_*.py or *_test.py patterns.test_*.py or *_test.py in the current directory and subdirectories. -> Option B15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions