PyTest - Basics and Setup
You have a test file named
TestExample.py with a function def test_func():. When running pytest, no tests are found. What is the likely cause?