summaryrefslogtreecommitdiff
path: root/test/engine/ddlevents.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-342/+0
* - Mock engines take on the .name of their dialect. [ticket:1123]Jason Kirtland2008-08-151-2/+2
* Refactored the mock_engine in the tests so it's not duplicated in several pla...Michael Trier2008-07-081-23/+3
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-7/+7
* - Gave DDL() statements the same .bind treatment as the DML ones in r4220Jason Kirtland2008-03-041-0/+16
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-3/+3
* - Added free-form `DDL` statements, can be executed standalone or tied to the...Jason Kirtland2008-02-051-0/+346