Seed YOLO training font locally
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-07 05:27:43 +02:00
parent 3524ee7fb2
commit 39367684d8
3 changed files with 23 additions and 1 deletions
@@ -64,6 +64,9 @@ def test_operator_yolo_train_smoke_script_contract() -> None:
assert "from ultralytics import YOLO" in script
assert "model.train" in script
assert "plots=False" in script
assert "seed_ultralytics_font" in script
assert "DejaVuSans.ttf" in script
assert "Arial.ttf" in script
assert "training_summary.json" in script
assert "download" not in script.lower()
assert "fixture_mode" not in script