Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAI
/ tearDown
Method
tearDown
backend/python/mlx/test.py:28–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
time.sleep(10)
27
28
def
tearDown(self) -> None:
29
self.service.terminate()
30
self.service.wait()
31
32
def
test_server_startup(self):
33
try
:
Callers
10
test_server_startup
Method · 0.95
test_load_model
Method · 0.95
test_text
Method · 0.95
test_sampling_params
Method · 0.95
test_embedding
Method · 0.95
test_concurrent_requests
Method · 0.95
test_cache_reuse
Method · 0.95
test_prefix_cache_reuse
Method · 0.95
test_tokenize_string
Method · 0.95
test_free
Method · 0.95
Calls
2
terminate
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected