2026-05-18-19-06-50 构建网页端分割工作台
This commit is contained in:
@@ -18,6 +18,9 @@ def test_health_and_methods():
|
||||
methods = client.get("/api/methods")
|
||||
assert methods.status_code == 200
|
||||
assert "fusion" in methods.json()["methods"]
|
||||
samples = client.get("/api/samples")
|
||||
assert samples.status_code == 200
|
||||
assert "samples" in samples.json()
|
||||
|
||||
|
||||
def test_segment_image(tmp_path: Path):
|
||||
|
||||
Reference in New Issue
Block a user