]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Move op tests for Postgresql to test_postgresql
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Aug 2016 15:22:28 +0000 (11:22 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Aug 2016 15:22:28 +0000 (11:22 -0400)
commit67a0a2f00b470b17a095fbb1a7f36e2be0d3ecc2
tree983b7ad541129e9767fe0f104f6d005442bb6a7f
parent33254cb5f858cb9f14c653689ac313be5aa31826
Move op tests for Postgresql to test_postgresql

This moves tests for op features specific to Postgresql.
Note this does not include tests in test_op that
make use of the postgresql backend just for "schema" support.

Change-Id: I82b4326bbc3a2c520891214c8e8254da36bd8f2a
tests/test_op.py
tests/test_postgresql.py