]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- remove @testing.resolve_artifact_names, replace with direct attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Mar 2011 23:03:11 +0000 (19:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 26 Mar 2011 23:03:11 +0000 (19:03 -0400)
commit14a2fae2398fb05f7ced56cec25e6f98307356f4
tree6e7fde84f805d08659a96638b13edb08e681b5e9
parentdfd2c0fb5e1780966d0d5dfdb3d783177640f78f
- remove @testing.resolve_artifact_names, replace with direct attribute
access to the cls/self.tables/classes registries
- express orm/_base.py ORMTest in terms of engine/_base.py TablesTest,
factor out common steps into TablesTest, remove AltEngineTest as a
separate class.   will further consolidate these base classes
50 files changed:
test/aaa_profiling/test_orm.py
test/dialect/test_postgresql.py
test/engine/_base.py
test/ext/test_associationproxy.py
test/ext/test_mutable.py
test/lib/testing.py
test/orm/_base.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_concrete.py
test/orm/inheritance/test_query.py
test/orm/inheritance/test_single.py
test/orm/test_association.py
test/orm/test_assorted_eager.py
test/orm/test_backref_mutations.py
test/orm/test_bind.py
test/orm/test_cascade.py
test/orm/test_collection.py
test/orm/test_composites.py
test/orm/test_cycles.py
test/orm/test_defaults.py
test/orm/test_deprecations.py
test/orm/test_dynamic.py
test/orm/test_eager_relations.py
test/orm/test_evaluator.py
test/orm/test_events.py
test/orm/test_expire.py
test/orm/test_froms.py
test/orm/test_generative.py
test/orm/test_immediate_load.py
test/orm/test_joins.py
test/orm/test_lazy_relations.py
test/orm/test_legacy_mutable.py
test/orm/test_manytomany.py
test/orm/test_mapper.py
test/orm/test_merge.py
test/orm/test_naturalpks.py
test/orm/test_onetoone.py
test/orm/test_pickled.py
test/orm/test_query.py
test/orm/test_relationships.py
test/orm/test_scoping.py
test/orm/test_selectable.py
test/orm/test_session.py
test/orm/test_subquery_relations.py
test/orm/test_transaction.py
test/orm/test_unitofwork.py
test/orm/test_unitofworkv2.py
test/orm/test_utils.py
test/orm/test_versioning.py
test/sql/test_defaults.py