containers / containers/podman-compose
Prevent creation of test_*.py files without accompanying __init__.py files
Open
bug
- Dominant language
- Python
- Stars
- 6.2k
- Forks
- 622
- PR merge metrics
- No merged PRs in 30d
Description
`__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.
Contributor guide
Assessment
This issue has not been assessed yet.