summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/test/schema.py
Commit message (Collapse)AuthorAgeFilesLines
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-79/+0
|
* - fix the sqlalchemy.test.schema.Column function to work with copiesMike Bayer2010-03-111-3/+3
| | | | | - add sequences to new associationproxy tests - test/ext passes 100% on oracle here
* oracle test fixesMike Bayer2009-10-261-1/+1
|
* merge 0.6 series to trunk.Mike Bayer2009-08-061-13/+18
|
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+74
See README.unittests for information on how to run the tests. [ticket:970]