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

Method test_msg

tests/utils/test_get_package_version.py:28–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

26 self.assertNotIn("UNKNOWN", output)
27
28 def test_msg(self):
29 output = get_package_version("42foobarnoexist", "test")
30 self.assertIn("test", output)
31
32
33if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

get_package_versionFunction · 0.90

Tested by

no test coverage detected