PyTest - Test Organization
You have a test file named
TestExample.py with a function def test_func():. pytest does not run this test. What is the likely cause?