summaryrefslogtreecommitdiff
path: root/test/engine/test_execute.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-13 10:37:15 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-13 10:37:15 -0500
commit232e3762b7cbf425dd911ae2421512382d6024af (patch)
tree517340ed3079d073f7430138dc1028e881de085a /test/engine/test_execute.py
parentbebf30e34d669a5ede54e512e55ee5186fe015f6 (diff)
downloadsqlalchemy-232e3762b7cbf425dd911ae2421512382d6024af.tar.gz
revert r2775c95b1ee30831216cc5 which was mostly an inadvertent commit, except for the changelog part
Diffstat (limited to 'test/engine/test_execute.py')
-rw-r--r--test/engine/test_execute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/engine/test_execute.py b/test/engine/test_execute.py
index d3bd3c2cd..c2479eff7 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://", options=dict(_initialize=False))
+ engine = testing_engine("sqlite://")
engine.dialect = Mock()
conn = engine.connect()
c2 = conn.execution_options(foo="bar")