summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-15/+0
* Added get_foreign_table_names to interface and put it in the test requirements.Rodrigo Menezes2014-09-051-0/+15
* - oldest screwup in the book, forgot the fileMike Bayer2014-08-161-0/+167
* - rework profiling, zoomark tests into single tests so thatMike Bayer2014-08-162-250/+78
* - max failures 25Mike Bayer2014-08-161-0/+3
* - clean up provision and keep sqlite on memory DBs if thats what we start withMike Bayer2014-08-151-10/+7
* - modify how class state is tracked here as it seems like thingsMike Bayer2014-08-151-5/+6
* - repair against use hereMike Bayer2014-08-141-2/+3
* Merge branch 'pr126'Mike Bayer2014-08-131-1/+9
|\
| * - public method name is get_enums()Mike Bayer2014-08-131-1/+9
* | - use configured test_schema hereMike Bayer2014-08-081-12/+14
* | - have python setup.py test use xdist with -qMike Bayer2014-08-081-1/+1
|/
* - repair test finding to not skip the test_suite testsMike Bayer2014-07-302-2/+1
* fix test ordering issuesMike Bayer2014-07-271-0/+2
* - remove print statementMike Bayer2014-07-271-3/+4
* - remove debugging assertionsMike Bayer2014-07-272-9/+5
* - add support for tags, including include/exclude support.Mike Bayer2014-07-276-37/+168
* - scale up for mysql, sqliteMike Bayer2014-07-264-42/+181
* Merge branch 'master' into xdist_pocMike Bayer2014-07-264-138/+203
|\
| * - rework the exclusions system to have much better support for compoundMike Bayer2014-07-264-138/+203
* | - use a template database for PG so extensions get created automaticallyMike Bayer2014-07-251-4/+7
* | - proof of concept for parallel testingMike Bayer2014-07-255-13/+96
|/
* - more pg8000 tests passingMike Bayer2014-07-251-0/+8
* - allow 10 stray connections that need a gcMike Bayer2014-07-221-4/+7
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-2028-533/+601
* - break up the <authors> copyright comment as part of a passMike Bayer2014-07-0918-18/+36
* - support __only_on__ and __backend__ at the same timeMike Bayer2014-07-091-15/+19
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-091-0/+10
* - Reverted the change for :ticket:`3060` - this is a unit of workMike Bayer2014-06-231-1/+1
* Merge branch 'master' of https://github.com/BY-jk/sqlalchemyMike Bayer2014-06-081-1/+1
|\
| * Wrong type usagepr/95BY-jk2014-05-301-1/+1
* | - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-1/+20
* | - more tests, including backend testsMike Bayer2014-05-162-1/+85
* | Documentation fix-up: "its" vs. "it's"pr/91Matthias Urlichs2014-05-111-1/+1
|/
* Fix many typos throughout the codebasepr/85Alex Gaynor2014-04-264-4/+4
* use importlib.machinery to load modules instead of imp under Python 3.3 and g...Matt Chisholm2014-04-141-2/+7
* - Fixed ORM bug where changing the primary key of an object, then markingMike Bayer2014-03-282-0/+9
* - Tweaked the settings for mysql-connector-python; in Py2K, theMike Bayer2014-03-272-1/+8
* Added missing text_type requirement to TextTestStefan Reich2014-03-271-0/+1
* - fixes to multi-backend testsMike Bayer2014-03-273-13/+18
* fixes to get profiling tests working againMike Bayer2014-03-262-2/+8
* dont warn, that just crashes the test...Mike Bayer2014-03-261-2/+3
* try to liberalize the pool._refs assertion a bitMike Bayer2014-03-261-2/+34
* - remove nose dependencyMike Bayer2014-03-261-1/+1
* fixMike Bayer2014-03-241-1/+1
* - add some more rules to make sure all tests run if DBs are availableMike Bayer2014-03-241-1/+13
* - rename __multiple__ to __backend__, and apply __backend__ to a large number...Mike Bayer2014-03-2410-30/+34
* - Added support for literal rendering of boolean values, e.g.Mike Bayer2014-03-131-2/+71
* - move some requirements up to the testing module to better support runningMike Bayer2014-03-131-0/+54
* commentMike Bayer2014-03-131-0/+7