]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Move CRUDTest, InlineDefaultTest from test_compiler
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Dec 2018 19:28:57 +0000 (14:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 1 Dec 2018 19:28:57 +0000 (14:28 -0500)
commit87cdda008673e01e2c32049f103e9cdebd2a5d77
tree8044a91347caf5ff76bb4ff48f7654fcbc8e51a6
parentc8dea359db9bea58dc64880d306dbee2a26df247
Move CRUDTest, InlineDefaultTest from test_compiler

test_compiler is mostly related to SELECT statements as well
as smaller SQL elements.  While it still has some DDL related
tests, move out all the remaining insert/update tests into
the already present test_insert.py, test_update.py

Fixes: #2630
Change-Id: I4167618543fd1235d12d1717c8c629d2374b325a
test/dialect/mssql/test_compiler.py
test/sql/test_compiler.py
test/sql/test_delete.py
test/sql/test_insert.py
test/sql/test_update.py