Lines Matching refs:collection
74 def _check(collection, expected): argument
75 self.logger.debug("Looking for collection %s..." % collection)
76 result = self.layerindex.find_collection(collection)
78 … self.assertIsNotNone(result, msg="Did not find %s when it shouldn't be there" % collection)
80 self.assertIsNone(result, msg="Found %s when it should be there" % collection)
89 for collection,result in tests:
90 _check(collection, result)
97 … self.assertIsNotNone(result, msg="Did not find %s when it shouldn't be there" % collection)
99 self.assertIsNone(result, msg="Found %s when it should be there" % collection)
108 for collection,result in tests:
109 _check(collection, result)