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.