summaryrefslogtreecommitdiff
path: root/test/orm/selectable.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-52/+0
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-1/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-34/+34
* r4695 merged to trunk; trunk now becomes 0.5.Mike Bayer2008-05-091-2/+2
* - removed ancient assertion that mapped selectables requireMike Bayer2008-04-071-9/+11
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+6
* `from foo import (name, name)` isn't valid syntax for 2.3. ah well.Jason Kirtland2007-08-211-1/+2
* - moved test/orm/fixtures.py to testlibMike Bayer2007-08-161-1/+1
* fixed glitch in Select visit traversal, fixes #693Mike Bayer2007-07-271-0/+49