5d0287b Avoid test collection warning from pytest

Authored and Committed by ncoghlan 6 years ago
    Avoid test collection warning from pytest
    
    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.
    
        
file modified
+56 -56