(self)
| 121 | is_instance_of(expect(roles.ConstExprRole, None), Null) |
| 122 | |
| 123 | def test_truncated_label_role(self): |
| 124 | is_instance_of( |
| 125 | expect(roles.TruncatedLabelRole, "foobar"), _truncated_label |
| 126 | ) |
| 127 | |
| 128 | def test_labeled_column_expr_role(self): |
| 129 | c = column("q") |
nothing calls this directly
no test coverage detected