]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sqlalchemy.test and nose plugin moves back to being entirely
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 19:19:44 +0000 (14:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 19:19:44 +0000 (14:19 -0500)
commit58b29394337b5a51ce71e96cc4ba6fd68218a999
tree29070391c9935ed3079a9108fe6fb2dd78e95d7b
parent94bb2f428e6408c675c306cafb4683c88b48b3dd
parentfd4f39648aa7949e2c64626982e401fcbc928e1f
- sqlalchemy.test and nose plugin moves back to being entirely
outside of "sqlalchemy" and under "test/".

Rationale:

- coverage plugin works without issue, without need for an awkward
additional package install
- command line for "nosetests" isn't polluted with SQLAlchemy options

[ticket:1949]
53 files changed:
setup.cfg
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/base/test_dependency.py
test/base/test_events.py
test/bootstrap/noseplugin.py
test/dialect/test_mysql.py
test/dialect/test_postgresql.py
test/dialect/test_sqlite.py
test/engine/test_ddlevents.py
test/engine/test_execute.py
test/engine/test_metadata.py
test/engine/test_pool.py
test/engine/test_reconnect.py
test/engine/test_reflection.py
test/engine/test_transaction.py
test/ext/test_declarative.py
test/ext/test_horizontal_shard.py
test/ext/test_serializer.py
test/lib/assertsql.py
test/lib/engines.py
test/lib/requires.py
test/lib/util.py
test/orm/inheritance/test_basic.py
test/orm/inheritance/test_poly_linked_list.py
test/orm/inheritance/test_polymorph.py
test/orm/inheritance/test_query.py
test/orm/test_assorted_eager.py
test/orm/test_attributes.py
test/orm/test_backref_mutations.py
test/orm/test_cascade.py
test/orm/test_collection.py
test/orm/test_compile.py
test/orm/test_defaults.py
test/orm/test_eager_relations.py
test/orm/test_expire.py
test/orm/test_extendedattr.py
test/orm/test_generative.py
test/orm/test_instrumentation.py
test/orm/test_manytomany.py
test/orm/test_mapper.py
test/orm/test_merge.py
test/orm/test_pickled.py
test/orm/test_query.py
test/orm/test_relationships.py
test/orm/test_scoping.py
test/orm/test_session.py
test/orm/test_unitofwork.py
test/orm/test_utils.py
test/sql/test_compiler.py
test/sql/test_generative.py