()
| 296 | |
| 297 | |
| 298 | def test_empty_property_has_no_source(): |
| 299 | i = inspector.info(property(), detail_level=1) |
| 300 | assert i["source"] is None |
| 301 | |
| 302 | |
| 303 | def test_property_sources(): |
nothing calls this directly
no test coverage detected
searching dependent graphs…