2026-05-18-19-06-50 构建网页端分割工作台

This commit is contained in:
2026-05-18 19:11:58 +08:00
parent dd2a49ad91
commit 77b8ecdfbe
10 changed files with 851 additions and 175 deletions

View File

@@ -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):