(self)
| 678 | return |
| 679 | |
| 680 | def test_2(self): |
| 681 | objs = self.get_objects(self.TESTDATA) |
| 682 | print objs |
| 683 | self.assertEqual(objs, self.OBJS) |
| 684 | return |
| 685 | |
| 686 | if __name__ == '__main__': unittest.main() |
nothing calls this directly
no test coverage detected