mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-14 11:09:44 +08:00
pytest thinks `TestModuleBuilder` looks like a test class name, so it complains about the presence of an `__init__` method. Changing the name of the helper class avoids the warning.