PyTest - Test Organization
You want to organize tests for a calculator app. You create two files:
test_add.py and test_subtract.py. Each file has multiple test functions starting with test_. How does pytest handle these test modules when you run pytest in the folder?