summaryrefslogtreecommitdiff
path: root/test/sql/test_unicode.py
Commit message (Collapse)AuthorAgeFilesLines
* - remove test.sql._base, test.engine._base, test.orm._base, move those ↵Mike Bayer2011-03-271-3/+4
| | | | | | | classes to a new test.lib.fixtures module - move testing.TestBase to test.lib.fixtures - massive search and replace
* - whitespace removal bonanzaMike Bayer2011-01-021-2/+2
|
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-2/+2
|
* do a check on this one to fix the buildbotMike Bayer2010-04-161-2/+2
|
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-1/+1
| | | | | | | of this object has been simplified and moved into ExecutionContext. Dialects which support sequences should add a `fire_sequence()` method to their execution context implementation. [ticket:1566]
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+3
|
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+138
See README.unittests for information on how to run the tests. [ticket:970]