]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Modernize test_defaults
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Apr 2020 22:03:30 +0000 (18:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 10 Apr 2020 14:47:15 +0000 (10:47 -0400)
commitfe591913030a244a9ccfdd47b371609f1f1b44af
treef1ffb29456a2c00127b3ec3e8f2f921ba4994fa0
parentae26007d52caab1575a9aef4fecb90785f7e118d
Modernize test_defaults

Use modern execution patterns, goal is so that these same tests
can work for the future engine

break sequence tests into test_sequences suite

sequence tests that are testing implicit execution patterns
at least move into their own suite that will go into test_deprecations
eventually.

Change-Id: I27cac9bd265c86ff2a3381ff9f844f60ef991cfc
lib/sqlalchemy/sql/schema.py
test/sql/test_defaults.py
test/sql/test_sequences.py [new file with mode: 0644]