]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- updated the naming scheme of the base test classes in test/testlib/testing.py;
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Feb 2008 00:28:39 +0000 (00:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 11 Feb 2008 00:28:39 +0000 (00:28 +0000)
commitc0b5a0446bf63bdac664421f49742f1156c1911a
tree9d7822f91325d23e512e77701c9f1280d968ea20
parent90c572b513fb33cb5cd17134efb6018abc76bb1f
- updated the naming scheme of the base test classes in test/testlib/testing.py;
tests extend from either TestBase or ORMTest, using additional mixins for
special assertion methods as needed
67 files changed:
test/base/dependency.py
test/base/utils.py
test/dialect/access.py
test/dialect/firebird.py
test/dialect/informix.py
test/dialect/maxdb.py
test/dialect/mssql.py
test/dialect/mysql.py
test/dialect/oracle.py
test/dialect/postgres.py
test/dialect/sqlite.py
test/dialect/sybase.py
test/engine/bind.py
test/engine/ddlevents.py
test/engine/execute.py
test/engine/metadata.py
test/engine/parseconnect.py
test/engine/pool.py
test/engine/reconnect.py
test/engine/reflection.py
test/engine/transaction.py
test/ext/activemapper.py
test/ext/assignmapper.py
test/ext/associationproxy.py
test/ext/orderinglist.py
test/orm/association.py
test/orm/assorted_eager.py
test/orm/attributes.py
test/orm/cascade.py
test/orm/collection.py
test/orm/compile.py
test/orm/cycles.py
test/orm/entity.py
test/orm/generative.py
test/orm/inheritance/polymorph2.py
test/orm/inheritance/single.py
test/orm/lazytest1.py
test/orm/mapper.py
test/orm/memusage.py
test/orm/merge.py
test/orm/onetoone.py
test/orm/relationships.py
test/orm/session.py
test/orm/sessioncontext.py
test/orm/sharding/shard.py
test/perf/massload.py
test/perf/masssave.py
test/perf/sessions.py
test/profiling/compiler.py
test/profiling/pool.py
test/profiling/zoomark.py
test/sql/case_statement.py
test/sql/constraints.py
test/sql/defaults.py
test/sql/functions.py
test/sql/generative.py
test/sql/labels.py
test/sql/query.py
test/sql/quote.py
test/sql/rowcount.py
test/sql/select.py
test/sql/selectable.py
test/sql/testtypes.py
test/sql/unicode.py
test/testlib/__init__.py
test/testlib/testing.py
test/zblog/tests.py