summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* cleanup exception handling - use new exception hierarchy (since python 2.5)pr/140ndparker2014-10-022-19/+5
* improve exception vs. exit handlingndparker2014-09-231-0/+10
* - Added support for the Oracle table option ON COMMIT. This is beingMike Bayer2014-09-171-5/+17
* - Added :meth:`.Inspector.get_temp_table_names` andMike Bayer2014-09-172-0/+92
* - raise from cause here to preserve stack traceMike Bayer2014-09-161-1/+1
* - fix issue where nose Failure object comes into play hereMike Bayer2014-09-151-0/+2
* - remove some crufty old testing optionsMike Bayer2014-09-146-68/+86
* - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-0/+15
* - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-011-1/+1
* - refine this a bit to better check for exception typeMike Bayer2014-08-311-7/+8
* - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-314-101/+76
* - clean up zoomark a little and try to get new profiles writtenMike Bayer2014-08-301-5/+10
* - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+3
* - 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