summaryrefslogtreecommitdiff
path: root/test/orm/test_manytomany.py
Commit message (Expand)AuthorAgeFilesLines
* Post black reformattingMike Bayer2019-01-061-13/+23
* Run black -l 79 against all source filesMike Bayer2019-01-061-190/+319
* Add SQL Server CI coverageMike Bayer2017-08-311-0/+1
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-116/+111
* - disable tests failing with pypy2, [ticket:2719]Mike Bayer2013-05-011-2/+3
* Fixed bug where many-to-many relationship with uselist=FalseMike Bayer2013-04-211-2/+37
* - remove lots of old tests here that are coveredMike Bayer2013-04-211-278/+116
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-5/+5
* -whitespace bonanza, contdMike Bayer2012-07-281-3/+3
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-2/+4
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-14/+15
* - move all the setup_classes(cls) and setup_mappers(cls) to use aMike Bayer2011-03-271-5/+5
* - remove @testing.resolve_artifact_names, replace with direct attributeMike Bayer2011-03-261-11/+64
* - whitespace removal bonanzaMike Bayer2011-01-021-11/+11
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-4/+4
|\
| * - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
* | [ticket:1966] implementationMike Bayer2010-11-151-1/+1
|/
* mysql needs ACIDMike Bayer2010-08-011-6/+18
* - The name ConcurrentModificationError has beenMike Bayer2010-08-011-3/+45
* - Fixed bug regarding flushes on self-referentialMike Bayer2010-06-131-8/+37
* check_reverse was failing a not well covered m2m case.Mike Bayer2010-04-101-1/+55
* - converted all lazy=True|False|None to 'select'|'joined'|'noload'Mike Bayer2010-03-241-10/+10
* - The official name for the relation() function is nowMike Bayer2010-03-171-16/+16
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-241-1/+1
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+330