]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- move towards sqlalchemy test base. autogenerate tests so far
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Sep 2014 19:38:53 +0000 (15:38 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 13 Sep 2014 19:38:53 +0000 (15:38 -0400)
commit4a34fd8027c21f6ca02f97bf3ad7551e1d4f5109
treef9b726836c7047e4666a17a90a00f3f3a7926183
parent2778719b092e7cf5ed63754a8d393e9c79ee4f08
- move towards sqlalchemy test base.  autogenerate tests so far
16 files changed:
.gitignore
alembic/testing/__init__.py [new file with mode: 0644]
alembic/testing/assertions.py [new file with mode: 0644]
alembic/testing/env.py [new file with mode: 0644]
alembic/testing/fixtures.py [new file with mode: 0644]
alembic/testing/mock.py [new file with mode: 0644]
alembic/testing/requirements.py [new file with mode: 0644]
docs/build/changelog.rst
setup.cfg
setup.py
test.cfg [deleted file]
tests/__init__.py
tests/conftest.py [new file with mode: 0755]
tests/requirements.py [new file with mode: 0644]
tests/test_autogen_indexes.py
tests/test_autogenerate.py