mirror of
https://github.com/Ichinga-Samuel/aiomql.git
synced 2026-08-23 00:38:07 +00:00
v4.0.17 no-backtest
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user