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