Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmicsuperintelligence/optillm
/ tearDown
Method
tearDown
tests/test_batching.py:60–62 ·
view source on GitHub ↗
Clean up after tests
(self)
Source
from the content-addressed store, hash-verified
58
self.batcher.set_processor(mock_processor)
59
60
def
tearDown(self):
61
""
"Clean up after tests"
""
62
self.batcher.shutdown()
63
64
def
test_single_request(self):
65
""
"Test that single requests work correctly"
""
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.80
Tested by
no test coverage detected