MCPcopy Create free account
hub / github.com/AkaliKong/MiniOneRec / tearDownClass

Method tearDownClass

data_test.py:102–104  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

100
101 @classmethod
102 def tearDownClass(cls):
103 # Cleanup temporary directory
104 cls.temp_dir.cleanup()
105
106 def test_SFTData_initialization(self):
107 """Test SFTData initialization"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected