MCPcopy Index your code
hub / github.com/clips/pattern / test_2

Method test_2

pattern/web/pdf/psparser.py:680–684  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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
686if __name__ == '__main__': unittest.main()

Callers

nothing calls this directly

Calls 1

get_objectsMethod · 0.95

Tested by

no test coverage detected