PyTest - Basics and Setup
Given this project structure:
project/
app.py
tests/
test_math.py
utils/
test_utils.py
Which files will pytest run by default when you run pytest in the project root?