summaryrefslogtreecommitdiff
path: root/test/zblog/blog.py
Commit message (Collapse)AuthorAgeFilesLines
* - the zblog example is obsolete, the tests don't really test itMike Bayer2011-01-161-35/+0
| | | | | | and a key feature of its mapping (the deferred col outside of the select) doesn't work anyway. - add a token "deferred on selectable" test to test_mapper.
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-3/+3
| | | | (sets.Set-based collections & DB-API returns still work.)
* - Restored 2.3 compat. in lib/sqlalchemyJason Kirtland2008-01-191-0/+1
| | | | | | | - Part one of test suite fixes to run on 2.3 Lots of failures still around sets; sets.Set differs from __builtin__.set particularly in the binops. We depend on set extensively now and may need to provide a corrected sets.Set subclass on 2.3.
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-5/+3
| | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts
* - added basic 'zblog' test suiteMike Bayer2006-09-051-0/+36
- better error message for mapper orphan detect