(self)
| 53 | super(ReferenceTest, cls).tearDownClass() |
| 54 | |
| 55 | def test_to_reference(self): |
| 56 | ref = reference.get_ref_from_model(self.__model) |
| 57 | self.assertEqual(ref, self.__ref, "Failed to generated equivalent ref.") |
| 58 | |
| 59 | def test_to_reference_no_model(self): |
| 60 | try: |
nothing calls this directly
no outgoing calls
no test coverage detected