rebuild(screener): add controlled formulas and rolling backtests
This commit is contained in:
@@ -25,7 +25,7 @@ def test_status_reads_an_existing_schema_without_mutating_history(
|
||||
|
||||
assert main(["status"]) == 0
|
||||
|
||||
assert capsys.readouterr().out.strip() == "available=true schema_version=11"
|
||||
assert capsys.readouterr().out.strip() == "available=true schema_version=12"
|
||||
|
||||
|
||||
def test_downgrade_requires_explicit_confirmation(tmp_path, monkeypatch) -> None:
|
||||
|
||||
Reference in New Issue
Block a user