MCPcopy Create free account
hub / github.com/ml-explore/mlx / setUpClass

Method setUpClass

python/tests/test_load.py:30–34  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

28
29 @classmethod
30 def setUpClass(cls):
31 cls.test_dir_fid = tempfile.TemporaryDirectory()
32 cls.test_dir = cls.test_dir_fid.name
33 if not os.path.isdir(cls.test_dir):
34 os.mkdir(cls.test_dir)
35
36 @classmethod
37 def tearDownClass(cls):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected