]> 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:49:05 +0000 (10:49 -0400)
commitacc1b0614e22224680707099cf741f83de60e85f
treea6a87857a80423d0ed7e80d2b46752661c963e04
parent8750eb6ef183833204c9876c06373d43a7690470
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
(cherry picked from commit 4cadeaf6e68d71c2cb36219f72cc4d337e31df88)
lib/sqlalchemy/sql/schema.py
lib/sqlalchemy/testing/requirements.py
test/sql/test_defaults.py
test/sql/test_sequences.py [new file with mode: 0644]