summaryrefslogtreecommitdiff
path: root/test/base/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* remove all remaining start/end py2k/py3k blocksMike Bayer2013-06-071-50/+35
* merge defaultMike Bayer2013-05-231-2/+22
|\
| * Fixed a bug where the routine to detect the correct kwargsMike Bayer2013-05-231-2/+22
* | baseMike Bayer2013-05-041-8/+6
* | - the raw 2to3 runMike Bayer2013-04-271-79/+80
|/
* initializing _labels to an empty list so that the other methods don't throw e...Diana Clarke2012-11-171-21/+12
* adding _fields, _asdict() to KeyedTuple #2601Diana Clarke2012-11-171-4/+33
* adding tests for KeyedTuple, pep8 passDiana Clarke2012-11-171-72/+221
* oops! python 3 doesn't do the rich comparison cmp thingDiana Clarke2012-11-141-8/+13
* __sub__ was declared twice, just increasing test coverage before I change any...Diana Clarke2012-11-131-17/+414
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-4/+4
* -whitespace bonanza, contdMike Bayer2012-07-281-1/+1
* remove WeakIdentityMapping testsMike Bayer2012-06-241-191/+0
* - merge attribute flag overhaul for [ticket:2358]Mike Bayer2012-04-231-0/+21
* - [feature] IdentitySet supports the - operatorMike Bayer2011-12-061-0/+13
* - Added an improved repr() to TypeEngine objectsMike Bayer2011-07-041-0/+87
* - move all the comments that got shoved below the fixture grabs back upMike Bayer2011-03-271-0/+1
* - remove test.sql._base, test.engine._base, test.orm._base, move those classe...Mike Bayer2011-03-271-20/+19
* - alex gaynor's latest batch of pypy test fixesMike Bayer2011-03-161-1/+3
* rename 'frozendict' to 'immutabledict', since 'frozen' implies hashabilityMike Bayer2011-01-201-1/+1
* - whitespace removal bonanzaMike Bayer2011-01-021-15/+15
* - merge default tipMike Bayer2010-12-051-2/+0
|\
| * - Fixed operator precedence rules for multipleMike Bayer2010-11-251-2/+0
* | - move sqlalchemy.test to test.libMike Bayer2010-11-151-4/+4
|/
* tidy test/base, test/ex, test/extMike Bayer2010-07-111-32/+31
* - Fixed @memoized_property and @memoized_instancemethodMike Bayer2010-06-191-0/+34
* change the weakkeydict to be just an LRU cache. Add testsMike Bayer2010-05-311-0/+46
* a handy @classproperty decoratorChris Withers2010-02-231-0/+22
* generalized "test all the picklers" iterator works cross platformMike Bayer2010-02-221-18/+3
* Fixed cPickle problem in Python3.Michael Trier2010-02-201-0/+2
* - make frozendict serializableMike Bayer2010-01-281-0/+20
* python3k fixesMike Bayer2009-08-091-2/+2
* merge 0.6 series to trunk.Mike Bayer2009-08-061-7/+25
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+957