Improve speed
This commit is contained in:
@@ -117,7 +117,8 @@ def test_video_batch_endpoint_invokes_reference_bundle_subprocess(
|
||||
assert kwargs.get("env", {}).get("PYTHONFAULTHANDLER") == "1"
|
||||
|
||||
config = call["config"]
|
||||
assert Path(config["io"]["video"]).name == "input.mp4"
|
||||
assert Path(config["io"]["video"]).name == "pipeline.mp4"
|
||||
assert "/input/" in config["io"]["video"]
|
||||
assert str(config["io"]["excel"]).endswith("商品信息表.xlsx")
|
||||
assert str(config["io"]["whitelist_json"]).endswith("whitelist.json")
|
||||
assert config["runtime"]["keep_work_dir"] is False
|
||||
|
||||
Reference in New Issue
Block a user