The results of a raw query contain no annotations
(self, results)
| 109 | ) |
| 110 | |
| 111 | def assertNoAnnotations(self, results): |
| 112 | """ |
| 113 | The results of a raw query contain no annotations |
| 114 | """ |
| 115 | self.assertAnnotations(results, ()) |
| 116 | |
| 117 | def assertAnnotations(self, results, expected_annotations): |
| 118 | """ |
no test coverage detected