(self)
| 263 | all_models = (Relation, AbstractPerson, BasePerson, Person, ProxyPerson, Relating) |
| 264 | |
| 265 | def setUp(self): |
| 266 | apps.clear_cache() |
| 267 | |
| 268 | def test_clear_cache_clears_relation_tree(self): |
| 269 | # The apps.clear_cache is setUp() should have deleted all trees. |
nothing calls this directly
no test coverage detected