summaryrefslogtreecommitdiff
path: root/migrate/tests/fixture/database.py
Commit message (Expand)AuthorAgeFilesLines
* Port to Python3Cyril Roelandt2014-04-091-7/+10
* Eradicate trailing whitespaceDavid Ripton2014-02-261-3/+3
* Run tests on PostgreSQL and MySQL tooRoman Podolyaka2013-10-121-7/+12
* fix deprecation warning by using MetaData.reflectJan Dittberner2013-02-091-1/+2
* drop SQLAlchemy < 0.6 compatibility codeJan Dittberner2011-10-281-6/+2
* preserve the original stack stracechrisw2010-09-091-4/+4
* don't stop if one db fails, run for all so we can tell how badly things went ...chrisw2010-09-091-20/+31
* clear out the test db for each test, making tests more isolatedchrisw2010-09-091-0/+3
* silence logger that SA addschrisw2010-09-091-0/+2
* give better feedback when errors occur in _setup or _teardownchrisw2010-09-091-3/+19
* update README and fix last bugsiElectric2010-07-081-1/+3
* log database name when running tests; firebug does not support DROP CONSTRAIN...iElectric2010-07-081-0/+4
* move tests/ directory into migrate/tests (much better form) and fix all impor...Bob Farrell2010-06-101-0/+170