]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- further reorganization of test suite:
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Sep 2012 21:21:21 +0000 (17:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 26 Sep 2012 21:21:21 +0000 (17:21 -0400)
commit1a7778632d8039bd687e23522ce6c027e859d487
tree1ea58d81c25db7d65f6244d1e12344c1ef8dd97f
parent0895e34d21c9818ec73e5c87e35ad6ba5c05acbd
- further reorganization of test suite:

  - bootstrap and lib move to all absolute imports
  - testing.py is no longer internally referenced.
  - requirements move to be a pluggable class which can
    be overridden.
  - cleanup

in the interests of third party testing, test/lib and test/bootstrap
may move to be an independent package.
16 files changed:
setup.cfg
test/bootstrap/config.py
test/bootstrap/noseplugin.py
test/lib/__init__.py
test/lib/assertions.py [new file with mode: 0644]
test/lib/engines.py
test/lib/fixtures.py
test/lib/orm.py [deleted file]
test/lib/pickleable.py
test/lib/profiling.py
test/lib/requires.py
test/lib/schema.py
test/lib/testing.py
test/lib/util.py
test/lib/warnings.py [new file with mode: 0644]
test/sql/test_defaults.py