v4.0.17 no-backtest

This commit is contained in:
Ichinga Samuel
2026-02-21 07:43:33 +01:00
parent 844e39194b
commit 97aea6952e
124 changed files with 8198 additions and 14349 deletions
+2 -2
View File
@@ -76,9 +76,9 @@ class TestStateInitialization:
assert "existing" not in state2
def test_init_default_autocommit(self, temp_db):
"""Test State has autocommit False by default."""
"""Test State has autocommit True by default."""
state = State(db_name=temp_db)
assert state.autocommit is False
assert state.autocommit is True
def test_init_autocommit_true(self, temp_db):
"""Test State can be initialized with autocommit=True."""