summaryrefslogtreecommitdiff
path: root/alembic/testing/env.py
Commit message (Expand)AuthorAgeFilesLines
* ensure single import per lineMike Bayer2023-02-281-1/+2
* run pyupgradeMike Bayer2022-11-261-1/+0
* fix failing test on windows after sqlite switched to queuepool by defaultCaselIT2022-03-021-2/+4
* Drop compatibility with python 2.7.CaselIT2021-06-221-14/+7
* Accommodate SQLAlchemy 1.4/2.0CaselIT2021-01-111-8/+28
* Fix tests on windowsCaselIT2019-12-271-0/+3
* Assert scratch directory is cleaned up after class teardownMike Bayer2019-11-301-2/+5
* Add multiple revision support to stamp, support purgeMike Bayer2019-09-191-3/+6
* Use SQLAlchemy's testing framework fullyMike Bayer2019-07-211-2/+3
* zimports runMike Bayer2019-01-061-3/+6
* pure black run + flake8Mike Bayer2019-01-061-54/+111
* Don't format output twice in writerMike Waites2018-09-191-4/+4
* Repair as_revision_number to return a tuple for "heads"Mike Bayer2018-02-161-0/+68
* Support pep3149, latest import mechanics, fullyMike Bayer2017-09-081-18/+32
* file generated by alembic revison is now pep8 compliantMarkus Mattes2016-11-211-0/+6
* Detect and ignore duplicate revision files on readJiri Kuncar2016-11-181-3/+4
* - Fixed a regression 0.8 whereby the "multidb" environment templateMike Bayer2015-08-201-3/+54
* - squash merge of ticket_302 branchMike Bayer2015-07-031-3/+3
* - In conjunction with support for multiple independent bases, theMike Bayer2014-11-221-0/+37
* - The "multiple heads / branches" feature has now landed. This isMike Bayer2014-11-201-4/+3
* - coverage was not working (and needs to be fixed in SQLAlchemy too),Mike Bayer2014-09-141-3/+3
* - move pretty much all of sqlalchemy.testing over for now, as we'dMike Bayer2014-09-141-15/+18
* - finish upMike Bayer2014-09-131-2/+11
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-131-0/+248