This commit is contained in:
Alex Garcia 2025-12-03 13:50:16 -08:00
commit 8eb5b3ad5a

View file

@ -69,7 +69,9 @@ async def test_script_single_statement(ds_script):
assert event.num_statements == 1 assert event.num_statements == 1
@pytest.mark.skip(reason="SQLite behavior with concurrent test fixtures needs investigation") @pytest.mark.skip(
reason="SQLite behavior with concurrent test fixtures needs investigation"
)
@pytest.mark.asyncio @pytest.mark.asyncio
async def test_script_multiple_statements(ds_script): async def test_script_multiple_statements(ds_script):
"""Test executing multiple SQL statements in a transaction""" """Test executing multiple SQL statements in a transaction"""