1config.suffixes = ['.py']
2
3# Check that the arbitrary config values in our parent was inherited.
4assert hasattr(config, 'an_extra_variable')
5