summaryrefslogtreecommitdiff
path: root/test/orm/_fixtures.py
Commit message (Expand)AuthorAgeFilesLines
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-1/+0
* Continue to assume None for un-accessed attribute on persistentMike Bayer2019-05-131-0/+14
* Post black reformattingMike Bayer2019-01-061-11/+30
* Run black -l 79 against all source filesMike Bayer2019-01-061-298/+407
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-142/+124
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-0/+15
* - ensure ordering is fully maintained, [ticket:2914]Mike Bayer2014-01-201-4/+7
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-3/+3
* - fix empty row insert in fixture, [ticket:2573]Mike Bayer2012-09-261-1/+1
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* begin implementing inspection system for #2208Mike Bayer2012-04-031-1/+44
* - 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-1/+1
* - convert @provide_metadata to use self accessMike Bayer2011-03-261-1/+0
* - move _fixtures to work via the normal methods of _base.MappedTest, convertMike Bayer2011-03-261-52/+50
* - move _fixtures into the traditional FixtureTest form. will adjustMike Bayer2011-03-261-182/+187
* - whitespace removal bonanzaMike Bayer2011-01-021-4/+4
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-3/+3
* - Fixed bug which affected all eagerload() and similar optionsMike Bayer2010-03-221-1/+1
* and here's where it gets *fun* ! so much for being easyMike Bayer2010-03-221-0/+43
* merge 0.6 series to trunk.Mike Bayer2009-08-061-2/+2
* - sqlalchemy.orm.join and sqlalchemy.orm.outerjoin are nowMike Bayer2009-07-121-0/+15
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-27/+16
* don't INSERT a blank row if no rows passed. (breaks all the tests for SQLite ...Mike Bayer2009-01-111-3/+4
* - Concrete inheriting mappers now instrument attributes which are inherited f...Mike Bayer2009-01-111-0/+14
* - fixed a bug in declarative test which was looking for old version of historyMike Bayer2008-08-191-1/+1
* - Removed 2.3 set emulations/enhancements.Jason Kirtland2008-07-151-1/+0
* - Quick cleanup of defaults.py. The main DefaultTest is still a mess.Jason Kirtland2008-05-201-60/+11
* Remove some noise from the uow testLele Gaifax2008-05-191-4/+4
* - Reworked test/orm/mapperJason Kirtland2008-05-131-0/+19
* correcting dataload profiles for various testsMike Bayer2008-05-101-1/+1
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-0/+394