]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
PG dialect test fixes
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Oct 2017 20:50:09 +0000 (16:50 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 2 Oct 2017 23:03:40 +0000 (19:03 -0400)
commitf846a789b78f977b4d7e8e16b412b07e77f2ab13
treefc66460dffde1cbf8e3eda3d84c9ca9ca9ed3017
parentb07f8839795adfee40e7d34279242ea1e35dbda8
PG dialect test fixes

Make sure we clear the plugin registry before testing
that the "postgres" name raises.   Also move non-backend
tests out of MiscTest into a new suite.

Change-Id: Icd1bb4745aa07f52d585fcf959f76fcd8bdc7f24
lib/sqlalchemy/util/langhelpers.py
test/dialect/postgresql/test_dialect.py