def test_get_relations(self):
     """Tests getting the names of the relations of a model as strings."""
     relations = get_relations(self.Person)
     assert relations == ['computers']
 def test_get_relations(self):
     """Tests getting the names of the relations of a model as strings."""
     relations = get_relations(self.Person)
     assert relations == ['computers']