summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* - Fixed critical issue whereby the pool "checkout" event handlerMike Bayer2015-07-221-2/+2
* - Fixed bug in SQLite dialect where reflection of UNIQUE constraintsMike Bayer2015-07-211-0/+8
* - Fixed an import that prevented "pypy setup.py test" from workingMike Bayer2015-05-011-0/+1
* - copyright 2015Mike Bayer2015-03-1018-18/+18
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-0/+4
* - embedding an existing predicate into a new one onlyMike Bayer2014-10-111-2/+1
* - 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-4/+7
* - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-022-2/+1
* - backport the expects_warning() context manager from 1.0Mike Bayer2014-09-021-22/+23
* fix test ordering issuesMike Bayer2014-07-291-0/+2
* - rework the exclusions system to have much better support for compoundMike Bayer2014-07-274-138/+203
* - 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-527/+593
* - 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
* Wrong type usageBY-jk2014-06-081-1/+1
* - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-301-1/+20
* 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
* - add a suite test for underscore as initial charMike Bayer2014-03-131-0/+14
* - add more support for suite tests, moving some tests from test_query out to ...Mike Bayer2014-03-133-6/+185
* unitttest has a SkipTest also but pytest doesn'tMike Bayer2014-03-111-6/+4
* import testing needs to be here as we set .db on itMike Bayer2014-03-071-0/+1
* - cx_oracle test for "unicode returns" needs to be cx_oracle only,Mike Bayer2014-03-062-3/+2
* - no unitest.SkipTest in 2.6...argggggMike Bayer2014-03-041-1/+9
* fix the profiling ids hereMike Bayer2014-03-031-1/+3
* - Support has been added for pytest to run tests. This runnerMike Bayer2014-03-0319-481/+749
* - add new tests for individual type reflectionMike Bayer2014-03-011-0/+46
* use view_column requirement hereMike Bayer2014-02-281-3/+3
* - dont create a self-ref FK if test suite marked as not supporting self refMike Bayer2014-02-282-13/+27
* - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-161-3/+6