(self)
| 1528 | ) |
| 1529 | |
| 1530 | def test_empty_and_raw(self): |
| 1531 | self.assert_compile( |
| 1532 | BooleanClauseList._construct_raw(operators.and_), "" |
| 1533 | ) |
| 1534 | |
| 1535 | def test_empty_or_raw(self): |
| 1536 | self.assert_compile( |
nothing calls this directly
no test coverage detected