]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- rename __multiple__ to __backend__, and apply __backend__ to a large number of...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Mar 2014 15:33:53 +0000 (11:33 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Mar 2014 15:33:53 +0000 (11:33 -0400)
commit2f150bee28525d49e7f36d2e0c7fbeda2352bc3a
tree677058b86afae6dd11308d21e71d170e0b0673b4
parent87d7076b49ec52d6f890d1dc56f61ea2eb83f3a6
- rename __multiple__ to __backend__, and apply __backend__ to a large number of tests.
- move out logging tests from test_execute to test_logging
33 files changed:
lib/sqlalchemy/testing/plugin/plugin_base.py
lib/sqlalchemy/testing/plugin/pytestplugin.py
lib/sqlalchemy/testing/suite/test_ddl.py
lib/sqlalchemy/testing/suite/test_insert.py
lib/sqlalchemy/testing/suite/test_reflection.py
lib/sqlalchemy/testing/suite/test_results.py
lib/sqlalchemy/testing/suite/test_select.py
lib/sqlalchemy/testing/suite/test_sequence.py
lib/sqlalchemy/testing/suite/test_types.py
lib/sqlalchemy/testing/suite/test_update_delete.py
test/aaa_profiling/test_compiler.py
test/aaa_profiling/test_memusage.py
test/aaa_profiling/test_orm.py
test/aaa_profiling/test_resultset.py
test/engine/test_execute.py
test/engine/test_logging.py [new file with mode: 0644]
test/engine/test_reflection.py
test/engine/test_transaction.py
test/orm/inheritance/test_polymorphic_rel.py
test/orm/test_naturalpks.py
test/orm/test_session.py
test/orm/test_transaction.py
test/orm/test_versioning.py
test/sql/test_constraints.py
test/sql/test_defaults.py
test/sql/test_join_rewriting.py
test/sql/test_query.py
test/sql/test_quote.py
test/sql/test_returning.py
test/sql/test_rowcount.py
test/sql/test_types.py
test/sql/test_unicode.py
test/sql/test_update.py