| 262 | for draft in invalid_drafts: |
| 263 | with self.subTest(draft=draft): |
| 264 | with self.assertRaises(PaperCitationValidationError): |
| 265 | _build_summary( |
| 266 | result.chunk_set, |
| 267 | draft, |
| 268 | cfg, |
nothing calls this directly
no outgoing calls
no test coverage detected