summaryrefslogtreecommitdiff
path: root/test/alltests.py
Commit message (Expand)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-24/+0
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-181-1/+1
* - Run profiling tests first.Jason Kirtland2008-04-021-1/+4
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-2/+2
* added first profile tests per [ticket:753]Mike Bayer2007-08-211-1/+2
* - MySQL ENUM types can now optionally ensure that values are within theJason Kirtland2007-05-021-1/+2
* "alltests" runners call testbase.main(), which takes an optional suite,Mike Bayer2007-03-151-1/+1
* - added basic 'zblog' test suiteMike Bayer2006-09-051-1/+2
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-63/+8
* added new polymorph test, todos for session/cascadeMike Bayer2006-06-031-0/+1
* polymorphic linked list test, tests polymorphic inheritance with circular refsMike Bayer2006-05-291-0/+1
* unit-tested product/specline/etc stuffMike Bayer2006-05-291-0/+1
* latest overhaul to association objects, plus an actual unit testMike Bayer2006-05-271-1/+2
* converted sqlsoup, got its doctests working (werent working in 0.1 either.......Mike Bayer2006-05-271-1/+3
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-9/+7
* rick morrison's CASE statement + unit testMike Bayer2006-05-151-0/+1
* lazyload clause calculation uses anonymous keynames for the bind parameters, ...Mike Bayer2006-04-241-0/+1
* got circular many-to-many relationships to workMike Bayer2006-04-191-0/+1
* added 'entity_name' keyword argument to mapper. a mapper is now associated w...Mike Bayer2006-04-031-0/+1
* Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argume...Mike Bayer2006-03-311-0/+1
* refactor to engine to have a separate SQLSession object. allows nested trans...Mike Bayer2006-03-171-2/+3
* fixed bug in eager loading on a many-to-one [ticket:96], added the ticket tes...Mike Bayer2006-03-061-0/+2
* moved name to 'defaults', going to put more default stuff inMike Bayer2006-03-041-2/+2
* test commitMike Bayer2006-02-221-0/+2
* one more test commitMike Bayer2006-02-221-2/+0
* this is a test commitMike Bayer2006-02-221-0/+2
* onetooneMike Bayer2006-02-191-4/+4
* added indexes to schema/ansisql/engineMike Bayer2006-02-181-1/+2
* fix to types test, postgres time types descend from Time typeMike Bayer2006-02-171-2/+1
* got inheritance into alltestMike Bayer2006-02-161-1/+1
* inheritance testMike Bayer2006-02-161-0/+1
* fixes mostly to get the important unit tests to run for Oracle, boxesw withou...Mike Bayer2006-02-141-1/+1
* somewhat of an overhaul, got alltests to work againMike Bayer2006-02-091-2/+45
* Fixed problem in Column.copy(), _make_proxy() with nullable and hidden not be...Robert Leftwich2006-01-161-1/+1
* added manytomany to alltestsMike Bayer2005-12-031-1/+1
* Added float type to support real/double precision/float8/etc sql data types. ...Robert Leftwich2005-12-011-1/+1
* more fixes to schema constructor, test suites not conflicting with each otherMike Bayer2005-11-261-0/+1
* (no commit message)Mike Bayer2005-10-311-3/+3
* full mapper test suite works with postgresMike Bayer2005-10-221-2/+6
* (no commit message)Mike Bayer2005-10-221-6/+2
* (no commit message)Mike Bayer2005-09-241-0/+14