]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- move sqlalchemy.test to test.lib
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Nov 2010 00:37:50 +0000 (19:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 16 Nov 2010 00:37:50 +0000 (19:37 -0500)
commite1402efb198f96090833a9b561cdba8dee937f70
treec20dc33466476bbf394e8e19da7a045c8a008d08
parent756aa2724e495b8a969bca73d133b27615a343e7
- move sqlalchemy.test to test.lib
136 files changed:
sqla_nose.py
test/aaa_profiling/test_compiler.py
test/aaa_profiling/test_memusage.py
test/aaa_profiling/test_orm.py
test/aaa_profiling/test_pool.py
test/aaa_profiling/test_resultset.py
test/aaa_profiling/test_zoomark.py
test/aaa_profiling/test_zoomark_orm.py
test/base/test_dependency.py
test/base/test_except.py
test/base/test_utils.py
test/bootstrap/config.py
test/bootstrap/noseplugin.py
test/dialect/test_access.py
test/dialect/test_firebird.py
test/dialect/test_informix.py
test/dialect/test_maxdb.py
test/dialect/test_mssql.py
test/dialect/test_mxodbc.py
test/dialect/test_mysql.py
test/dialect/test_oracle.py
test/dialect/test_postgresql.py
test/dialect/test_sqlite.py
test/dialect/test_sybase.py
test/engine/_base.py
test/engine/test_bind.py
test/engine/test_ddlevents.py
test/engine/test_execute.py
test/engine/test_metadata.py
test/engine/test_parseconnect.py
test/engine/test_pool.py
test/engine/test_reconnect.py
test/engine/test_reflection.py
test/engine/test_transaction.py
test/ex/test_examples.py
test/ext/test_associationproxy.py
test/ext/test_compiler.py
test/ext/test_declarative.py
test/ext/test_horizontal_shard.py
test/ext/test_orderinglist.py
test/ext/test_serializer.py
test/ext/test_sqlsoup.py
test/lib/__init__.py [moved from lib/sqlalchemy/test/__init__.py with 77% similarity]
test/lib/assertsql.py [moved from lib/sqlalchemy/test/assertsql.py with 100% similarity]
test/lib/engines.py [moved from lib/sqlalchemy/test/engines.py with 99% similarity]
test/lib/entities.py [moved from lib/sqlalchemy/test/entities.py with 100% similarity]
test/lib/orm.py [moved from lib/sqlalchemy/test/orm.py with 100% similarity]
test/lib/pickleable.py [moved from lib/sqlalchemy/test/pickleable.py with 100% similarity]
test/lib/profiling.py [moved from lib/sqlalchemy/test/profiling.py with 99% similarity]
test/lib/requires.py [moved from lib/sqlalchemy/test/requires.py with 100% similarity]
test/lib/schema.py [moved from lib/sqlalchemy/test/schema.py with 98% similarity]
test/lib/testing.py [moved from lib/sqlalchemy/test/testing.py with 99% similarity]
test/lib/util.py [moved from lib/sqlalchemy/test/util.py with 100% similarity]
test/orm/_base.py
test/orm/_fixtures.py
test/orm/inheritance/test_abc_inheritance.py
test/orm/inheritance/test_abc_polymorphic.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_concrete.py
test/orm/inheritance/test_magazine.py
test/orm/inheritance/test_manytomany.py
test/orm/inheritance/test_poly_linked_list.py
test/orm/inheritance/test_polymorph.py
test/orm/inheritance/test_polymorph2.py
test/orm/inheritance/test_productspec.py
test/orm/inheritance/test_query.py
test/orm/inheritance/test_selects.py
test/orm/inheritance/test_single.py
test/orm/test_association.py
test/orm/test_assorted_eager.py
test/orm/test_attributes.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_compile.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_expire.py
test/orm/test_extendedattr.py
test/orm/test_generative.py
test/orm/test_immediate_load.py
test/orm/test_instrumentation.py
test/orm/test_lazy_relations.py
test/orm/test_lazytest1.py
test/orm/test_load_on_fks.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/perf/insertspeed.py
test/perf/large_flush.py
test/perf/masscreate2.py
test/perf/masseagerload.py
test/perf/massload.py
test/perf/masssave.py
test/perf/objselectspeed.py
test/perf/objupdatespeed.py
test/perf/ormsession.py
test/perf/poolload.py
test/perf/sessions.py
test/perf/wsgi.py
test/sql/test_case_statement.py
test/sql/test_columns.py
test/sql/test_compiler.py
test/sql/test_constraints.py
test/sql/test_defaults.py
test/sql/test_functions.py
test/sql/test_generative.py
test/sql/test_labels.py
test/sql/test_query.py
test/sql/test_quote.py
test/sql/test_returning.py
test/sql/test_rowcount.py
test/sql/test_selectable.py
test/sql/test_types.py
test/sql/test_unicode.py
test/zblog/tables.py
test/zblog/test_zblog.py