summaryrefslogtreecommitdiff
path: root/test/ext/associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-887/+0
* - The "clear()", "save()", "update()", "save_or_update()"Mike Bayer2009-01-171-6/+6
* Tag PKs with `test_needs_autoincrement` on a few testLele Gaifax2008-05-131-8/+16
* Adjusted inplace-binops on set-based collections and association proxies toJason Kirtland2008-05-051-0/+1
* And a copy.copy() test for the proxy cache.Jason Kirtland2008-04-291-0/+11
* - Refresh the cached proxy if the cache was built for a different instance.Jason Kirtland2008-04-291-1/+49
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-3/+3
* - Flipped join order of __radd__ on association proxied lists.Jason Kirtland2008-01-241-4/+9
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-6/+6
* Added explicit length to more testing String columns.Jason Kirtland2008-01-091-10/+10
* More overloads: fix cascades for += on a list relation, added operator suppor...Jason Kirtland2008-01-051-0/+38
* Fixed in-place set mutation operator support [ticket:920]Jason Kirtland2008-01-041-0/+32
* - Raise an error when assigning a bogusly keyed dictionary to one of the buil...Jason Kirtland2007-12-141-4/+4
* - Removed unused util.hash()Jason Kirtland2007-10-311-22/+30
* - Don't re-save objects in these tests (post r3681)Jason Kirtland2007-10-311-2/+5
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintena...Mike Bayer2007-07-271-26/+100
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-3/+3
* - Fixed typo blocking some assoc proxy dict assignments, added testJason Kirtland2007-06-161-0/+3
* - Iteration over dict association proxies is now dict-like, notJason Kirtland2007-06-141-1/+12
* Oops, Python 2.5 ternary operator snuck in.Jason Kirtland2007-05-031-2/+1
* - Test assoc proxy lazy loads, fixed __set__ race on single scalar assocsJason Kirtland2007-05-031-3/+115
* - New association proxy implementation, implementing complete proxies to list...Jason Kirtland2007-05-031-0/+534