summaryrefslogtreecommitdiff
path: root/test/ext/test_associationproxy.py
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug in association proxy where an any()/has()Mike Bayer2015-04-281-2/+28
* - Fixed more regressions caused by NEVER_SET; comparisonsMike Bayer2015-04-201-10/+13
* Fix slice addressing of _AssociationList with python3Gilles Dartiguelongue2015-03-101-0/+16
* - ensure all tests are named test_*Mike Bayer2014-07-301-1/+1
* - critically, py.test for unknown reasons *SKIPS* tests that have an __init__...Mike Bayer2014-05-021-27/+7
* - Fixed bug in association proxy where assigning an empty sliceMike Bayer2014-03-041-0/+7
* - Fixed a regression in association proxy caused by :ticket:`2810` whichMike Bayer2014-02-271-1/+31
* - catch the metadata on ScalarTest.test_scalar_proxy, this has been leaving i...Mike Bayer2013-10-251-11/+47
* 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