podman-compose icon indicating copy to clipboard operation
podman-compose copied to clipboard

Prevent creation of test_*.py files without accompanying __init__.py files

Open p12tic opened this issue 5 months ago • 0 comments

__init__.py files are required for unittest autodiscovery to work. We should have a small unittest that verifies that all test_*.py files have the required __init__.py files present.

p12tic avatar May 16 '25 19:05 p12tic