PyTest - Basics and Setup
You want to organize tests in multiple files but only want pytest to run tests in files starting with
test_. Which naming pattern should you use for other Python files containing helper functions?