旧测试改为五路(二)
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
parent
52581f1437
commit
a31e434240
|
|
@ -48,7 +48,7 @@ def main():
|
|||
st = plan._logic_state_of("SH600000", {}, {}, {}, {}, DS) # noqa: SLF001
|
||||
t("四路全缺 -> 无法判断加证据不足,不抛异常",
|
||||
st["state"] == ls.STATE_UNKNOWN and st["why"] == ls.WHY_THIN)
|
||||
t("缺失名单写全了四路", len(st["missing"]) == 4)
|
||||
t("缺失名单写全了五路", len(st["missing"]) == 5)
|
||||
|
||||
st = plan._logic_state_of("SH999999", evd, seg_of, seg_view, broker, DS) # noqa: SLF001
|
||||
t("这只票不在任何被指向环节上 -> 产业研判缺席,其余照算",
|
||||
|
|
|
|||
Loading…
Reference in New Issue