summaryrefslogtreecommitdiff
path: root/test/ext/test_associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* correct for missing fail() methods which were lost when we removed unittest.T...Mike Bayer2013-08-261-25/+20
* clean up formatting and other linting issuesMike Bayer2013-08-261-52/+51
* also clarified the changelog regarding Cls.scalar != 'value'Mike Bayer2013-06-081-11/+11
* Added additional criterion to the ==, != comparators, used withMike Bayer2013-06-081-20/+148
* - the raw 2to3 runMike Bayer2013-04-271-16/+16
* - these pickle the assoc proxy by itself tests can't really passMike Bayer2013-04-201-6/+12
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-6/+6
* -whitespace bonanza, contdMike Bayer2012-07-281-8/+8
* fix import hereMike Bayer2012-04-241-5/+5
* - Changed the update() method on association proxyMike Bayer2011-09-141-2/+62
* - rewrite the docs for association proxy using declarative, add new examples,...Mike Bayer2011-08-051-2/+29
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-6/+6
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-4/+4
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-18/+52
* - Association proxy now has correct behavior forMike Bayer2011-02-131-48/+117
* - whitespace removal bonanzaMike Bayer2011-01-021-7/+7
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-126/+137
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-7/+7
* - The official name for the relation() function is nowMike Bayer2010-03-171-15/+15
* - fix the sqlalchemy.test.schema.Column function to work with copiesMike Bayer2010-03-111-2/+2
* - association_proxy now has basic comparator methods .any(),Mike Bayer2010-01-221-1/+169
* - The signature of the proxy_factory callable passed toMike Bayer2009-12-081-0/+51
* merge 0.6 series to trunk.Mike Bayer2009-08-061-3/+3
* - The collection proxies produced by associationproxy are nowMike Bayer2009-07-251-18/+82
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+885