summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-111-2/+6
* - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-011-0/+18
* add a skip for oracle on thisMike Bayer2014-02-011-0/+24
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - repair signature for base get_unique_constraints() methodMike Bayer2014-01-201-0/+1
* - _cursor_execute() will close the cursor on error; oracle doesn't allow doub...Mike Bayer2014-01-131-2/+2
* - continue with [ticket:2907] and further clean up how we set upMike Bayer2014-01-131-1/+5
* - fix some function mismatch in profilingMike Bayer2014-01-091-6/+3
* - happy new yearMike Bayer2014-01-0517-17/+17
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-0/+5
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-282-4/+30
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* - repair some suite tests for firebirdMike Bayer2013-12-272-1/+29
* - enhance the exclusions system to support database versions within the __onl...Mike Bayer2013-12-172-7/+17
* - add support for specifying tables or entities for "of"Mike Bayer2013-11-281-2/+2
* - The precision used when coercing a returned floating point value toMike Bayer2013-11-222-0/+18
* adjustment to work on py3k as wellMike Bayer2013-11-211-1/+3
* - Fixed bug which prevented the ``serializer`` extension from workingMike Bayer2013-11-211-1/+1
* - add copyright to source files missing itMike Bayer2013-10-2617-1/+98