PyTest - Basics and Setup
You have this project structure:
project/
tests/
test_main.py
utils.py
Running pytest does not run tests inside utils.py. What is the likely problem?