PyTest - Basics and Setup
Given this project layout:
project/
main.py
tests/
test_math.py
helpers/
test_helpers.py
Which command will execute all tests under tests/ including subdirectories?