]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- testbase is gone, replaced by testenv
authorJason Kirtland <jek@discorporate.us>
Sat, 12 Jan 2008 22:03:42 +0000 (22:03 +0000)
committerJason Kirtland <jek@discorporate.us>
Sat, 12 Jan 2008 22:03:42 +0000 (22:03 +0000)
commit17d3c8764e020379e54053bca0b0a2bc71d48aa0
tree0b46f1ddc57292b8f5bfbc28ab1679230f63e426
parentc194962019d1bc7322e20b82c33aa1bab3bc2a28
- testbase is gone, replaced by testenv
- Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase
- testing.db has the configured db
- Fixed up the perf/* scripts
119 files changed:
test/alltests.py
test/base/alltests.py
test/base/dependency.py
test/base/except.py
test/base/utils.py
test/dialect/access.py
test/dialect/alltests.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/alltests.py
test/engine/bind.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/alltests.py
test/ext/assignmapper.py
test/ext/associationproxy.py
test/ext/orderinglist.py
test/orm/alltests.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/dynamic.py
test/orm/eager_relations.py
test/orm/entity.py
test/orm/expire.py
test/orm/generative.py
test/orm/inheritance/abc_inheritance.py
test/orm/inheritance/abc_polymorphic.py
test/orm/inheritance/alltests.py
test/orm/inheritance/basic.py
test/orm/inheritance/concrete.py
test/orm/inheritance/magazine.py
test/orm/inheritance/manytomany.py
test/orm/inheritance/poly_linked_list.py
test/orm/inheritance/polymorph.py
test/orm/inheritance/polymorph2.py
test/orm/inheritance/productspec.py
test/orm/inheritance/query.py
test/orm/inheritance/selects.py
test/orm/inheritance/single.py
test/orm/lazy_relations.py
test/orm/lazytest1.py
test/orm/manytomany.py
test/orm/mapper.py
test/orm/memusage.py
test/orm/merge.py
test/orm/naturalpks.py
test/orm/onetoone.py
test/orm/pickled.py
test/orm/query.py
test/orm/relationships.py
test/orm/selectable.py
test/orm/session.py
test/orm/sessioncontext.py
test/orm/sharding/alltests.py
test/orm/sharding/shard.py
test/orm/unitofwork.py
test/perf/cascade_speed.py
test/perf/insertspeed.py
test/perf/masscreate.py
test/perf/masscreate2.py
test/perf/masseagerload.py
test/perf/massload.py
test/perf/massload2.py
test/perf/masssave.py
test/perf/objselectspeed.py
test/perf/objupdatespeed.py
test/perf/ormsession.py
test/perf/poolload.py
test/perf/threaded_compile.py
test/perf/wsgi.py
test/profiling/alltests.py
test/profiling/compiler.py
test/profiling/pool.py
test/profiling/zoomark.py
test/sql/alltests.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/testbase.py [deleted file]
test/testenv.py [new file with mode: 0644]
test/testlib/config.py
test/testlib/fixtures.py
test/testlib/orm.py
test/testlib/profiling.py
test/testlib/schema.py
test/testlib/tables.py
test/testlib/testing.py
test/zblog/alltests.py
test/zblog/blog.py
test/zblog/tests.py
test/zblog/user.py