]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- some test cleanup
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 22:11:14 +0000 (17:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 22:11:14 +0000 (17:11 -0500)
commit48ecd445cfaebad67a143480109586075dcb9ea0
tree5d206071ef5c316c8f7aee40c5e906ecbfea7382
parent2c95bcf4fea3bd8942e4e4c4a0c5d0902dabef62
- some test cleanup
- add support for actual DB connections, test.cfg, etc.
- add PG server default comparison tests, #6
alembic/ddl/postgresql.py
test.cfg [new file with mode: 0644]
tests/__init__.py
tests/test_bulk_insert.py
tests/test_mssql.py
tests/test_mysql.py
tests/test_offline_environment.py
tests/test_op.py
tests/test_postgresql.py [new file with mode: 0644]
tests/test_sql_script.py