PyTest - Basics and Setup
In this structure:
project/
tests/
test_api.py
helpers/
helper.py
Running pytest does not run tests inside helper.py. Why?