summaryrefslogtreecommitdiff
path: root/test/zblog/user.py
Commit message (Collapse)AuthorAgeFilesLines
* - the zblog example is obsolete, the tests don't really test itMike Bayer2011-01-161-41/+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.
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+3
|
* and try againMike Bayer2008-12-191-1/+1
|
* 2.4 doesnt have hashlib....Mike Bayer2008-12-191-1/+6
|
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 ↵Mike Bayer2008-12-181-1/+1
| | | | | | | | testing issues, and also addresses a significant chunk of py3k deprecations. It's mainly expicit __hash__ methods. Additionally, most usage of sets/dicts to store columns uses util-based placeholder names.
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-3/+4
| | | | | | - 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
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-8/+2
| | | | maintenance branch in branches/rel_0_3.
* - added basic 'zblog' test suiteMike Bayer2006-09-051-0/+41
- better error message for mapper orphan detect