def test_unparented_declarator_get_group(): """Test getting the group of an un parented declarator. """ decl = Declarator() assert decl.get_group() is None
def test_unparented_declarator_get_path(): """Test getting the path to a declarator. """ decl = Declarator() assert decl.get_path() is None