summaryrefslogtreecommitdiff
path: root/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* zimports runMike Bayer2019-01-061-2/+0
* - finish upMike Bayer2014-09-131-1/+1
* - move towards sqlalchemy test base. autogenerate tests so farMike Bayer2014-09-131-479/+1
* - finish flake8 on testsMike Bayer2014-09-091-3/+6
* - do an autopep8 pass for just about everything otherMike Bayer2014-09-091-9/+39
* Support autogenerating migrations for tables with 255 or more columnsRyan P. Kelly2014-08-071-2/+2
* - Liberalized even more the check for MySQL indexes that shouldn't beMike Bayer2014-06-051-1/+1
* - Added new feature :paramref:`.EnvironmentContext.configure.transaction_per_...Mike Bayer2014-05-021-11/+11
* use correct __mro__ for new mssql _Exec classes, fix #192Mike Bayer2014-03-281-0/+1
* - use compat version of mock for py3Mike Bayer2014-03-161-0/+2
* - Altered the support for "sourceless" migration files (e.g. onlyMike Bayer2014-03-141-3/+4
* Extensive changes have been made to more fully support SQLAlchemy's newMike Bayer2014-03-121-3/+16
* - add new tests to ensure the naming convention thing works on this endMike Bayer2014-02-021-0/+6
* - more fixes for #163, make sure env.py load figures out to load env.pyc orMike Bayer2013-12-311-10/+28
* - The :class:`.ScriptDirectory` system that loads migration filesMike Bayer2013-12-311-1/+12
* - clean out test_autogenerateMike Bayer2013-12-271-7/+8
* - repair the autogen index test which apparently wasn't running for PostgresqlMike Bayer2013-12-201-2/+2
* - refactor autogeneration into its own packageMike Bayer2013-09-081-1/+1
* need to use SQLA's approach of calling mock from unittest for py3kMike Bayer2013-08-231-1/+12
* - Ensured that strings going to stdout go through an encode/decode phase,Mike Bayer2013-08-231-5/+5
* - rework the -r flag on history to make use of existing walk_revisions();Mike Bayer2013-04-141-3/+6
* - will call this 0.6Mike Bayer2013-04-121-24/+15
* Introduce compatibility moduleHong Minhee2013-04-131-7/+5
* Use io instead of codecs and StringIOHong Minhee2013-04-131-3/+7
* Make print statements to look like function callsHong Minhee2013-04-131-1/+1
* ConfigParser renamed to configparser since Python 3Hong Minhee2013-04-131-2/+2
* basestring and str are gone since Python 3Hong Minhee2013-04-131-0/+5
* Use `as` keyword instead of comma for exception catchesHong Minhee2013-04-131-3/+3
* Use relative importsHong Minhee2013-04-111-10/+20
* Added ``output_encoding`` option toMike Bayer2013-04-041-1/+1
* Remove unused importsHong Minhee2013-03-311-6/+3
* remove this echoMike Bayer2013-01-051-1/+1
* - add workaround to setup.py to avoid setuptools issue regarding multiprocessingMike Bayer2013-01-051-1/+7
* - [feature] Support for tables in alternate schemasMike Bayer2012-09-301-1/+1
* whitespace removalMike Bayer2012-08-151-3/+3
* - [feature] New config argumentrel_0_3_3Mike Bayer2012-06-021-2/+9
* - [bug] bulk_insert() fixes:rel_0_3_1Mike Bayer2012-04-071-0/+2
* - move to 0.3 as we are changing APIrel_0_3_0Mike Bayer2012-04-051-4/+8
* - add test coverage for standalone MigrationContext / OperationsMike Bayer2012-01-301-0/+7
* - [feature] The naming of revision files canMike Bayer2012-01-241-10/+32
* this is all tests passing with the refactor, which IMHO isMike Bayer2012-01-241-7/+7
* - rearrange the internals such that we no longer use globalMike Bayer2012-01-241-7/+8
* - Python 2.5 is supported, needsMike Bayer2011-12-031-0/+2
* - Clean up file write operations so thatMike Bayer2011-12-031-9/+11
* switch to "from alembic import op" as its notMike Bayer2011-11-301-9/+9
* - add mssql_batch_separator for offline modeMike Bayer2011-11-291-8/+9
* - add begin_transaction() env.py helper. Emits the appropriateMike Bayer2011-11-291-5/+13
* python 3 works ! near zero changes neededMike Bayer2011-11-291-1/+1
* - add version check for at least 06, tests for 07 in selectedMike Bayer2011-11-281-1/+11
* - some test cleanupMike Bayer2011-11-281-9/+36