]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Use SQLAlchemy's testing framework fully
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 18:12:12 +0000 (14:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 22 Jul 2019 01:46:10 +0000 (21:46 -0400)
commitd27330855593fe713aa162a2a748697617bde0aa
treea7fe54b8d1d002a4e095b3759be709d7c2904c51
parentca053c5dde143f695ba16b14fbe4d40855459f17
Use SQLAlchemy's testing framework fully

w/ 1.1 as the minimum version we should be able
to remove the majority of the testing suite code

Change-Id: I04c4ab45e2ce47f20613d6111895c6230b946f76
29 files changed:
alembic/testing/__init__.py
alembic/testing/assertions.py
alembic/testing/compat.py [deleted file]
alembic/testing/config.py [deleted file]
alembic/testing/engines.py [deleted file]
alembic/testing/env.py
alembic/testing/exclusions.py [deleted file]
alembic/testing/fixtures.py
alembic/testing/mock.py [deleted file]
alembic/testing/plugin/__init__.py [deleted file]
alembic/testing/plugin/bootstrap.py [deleted file]
alembic/testing/plugin/plugin_base.py [deleted file]
alembic/testing/plugin/pytestplugin.py [deleted file]
alembic/testing/provision.py [deleted file]
alembic/testing/requirements.py
alembic/testing/util.py [deleted file]
alembic/testing/warnings.py [deleted file]
alembic/util/messaging.py
docs/build/unreleased/testsuite.rst [new file with mode: 0644]
reap_dbs.py [new file with mode: 0644]
reap_oracle_dbs.py [deleted file]
tests/conftest.py
tests/requirements.py
tests/test_autogen_diffs.py
tests/test_autogen_render.py
tests/test_config.py
tests/test_environment.py
tests/test_postgresql.py
tox.ini