]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Backport refactor of bindparams tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Sep 2019 20:23:14 +0000 (16:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 4 Sep 2019 20:23:14 +0000 (16:23 -0400)
commit5072ed04520631310be9c5f273bf13210c64d37a
treefb62ba9ea965bc0cd4bd6fc71f48774de2ef286c
parente2839c22d93d28a10b88b3e646494866eacc8250
Backport refactor of bindparams tests

These move into their own class inside of test_compiler
which will help with upcoming patch for #4837

Change-Id: Iad828d4a0d01d82bfb33213cedfc5b79d1860507
test/sql/test_compiler.py