MCPcopy Create free account
hub / github.com/Project-MONAI/MONAI / test_dev_collate

Method test_dev_collate

tests/data/utils/test_dev_collate.py:41–44  ·  view source on GitHub ↗
(self, inputs, msg)

Source from the content-addressed store, hash-verified

39
40 @parameterized.expand(TEST_CASES)
41 def test_dev_collate(self, inputs, msg):
42 with self.assertLogs(level=logging.CRITICAL) as log:
43 dev_collate(inputs)
44 self.assertRegex(" ".join(log.output), f"{msg}")
45
46
47if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

dev_collateFunction · 0.90

Tested by

no test coverage detected