summaryrefslogtreecommitdiff
path: root/test/orm/test_association.py
Commit message (Expand)AuthorAgeFilesLines
* Add future=True to create_engine/Session; unify select()Mike Bayer2020-07-081-2/+2
* Post black reformattingMike Bayer2019-01-061-5/+11
* Run black -l 79 against all source filesMike Bayer2019-01-061-75/+125
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-43/+55
* Deprecate FromClause.count()Mike Bayer2016-06-141-3/+3
* Deprecate Mapper.order_byMike Bayer2016-04-191-2/+3
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-2/+2
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-3/+3
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-5/+21
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-1/+1
* - The official name for the relation() function is nowMike Bayer2010-03-171-3/+3
* merge 0.6 series to trunk.Mike Bayer2009-08-061-4/+3
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+147