diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-11 13:12:40 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-11 13:12:40 -0500 |
| commit | 2775c95b1ee30831216cc558ceb88aa8f8353dbe (patch) | |
| tree | 4e292a2afbafb0abd86e4e16a6a21e433722ef6a /test/engine/test_execute.py | |
| parent | 1d4f0df35dd7232258670101bca426ec0a5d5c56 (diff) | |
| download | sqlalchemy-2775c95b1ee30831216cc558ceb88aa8f8353dbe.tar.gz | |
new changelog
Diffstat (limited to 'test/engine/test_execute.py')
| -rw-r--r-- | test/engine/test_execute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py index c2479eff7..d3bd3c2cd 100644 --- a/test/engine/test_execute.py +++ b/test/engine/test_execute.py @@ -1050,7 +1050,7 @@ class ResultProxyTest(fixtures.TestBase): class ExecutionOptionsTest(fixtures.TestBase): def test_dialect_conn_options(self): - engine = testing_engine("sqlite://") + engine = testing_engine("sqlite://", options=dict(_initialize=False)) engine.dialect = Mock() conn = engine.connect() c2 = conn.execution_options(foo="bar") |
