(self)
| 207 | query.names_to_path(["nonexistent"], opts=None) |
| 208 | |
| 209 | def test_get_field_names_from_opts(self): |
| 210 | self.assertEqual(get_field_names_from_opts(None), set()) |
| 211 | |
| 212 | |
| 213 | class JoinPromoterTest(SimpleTestCase): |
nothing calls this directly
no test coverage detected