summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing
Commit message (Expand)AuthorAgeFilesLines
* hey we can use unittest.SkipTestMike Bayer2014-03-033-18/+8
* figure out module location a bit betterMike Bayer2014-03-031-5/+2
* - transfer to non-unittest usage. a little more tricky.Mike Bayer2014-03-033-31/+43
* cleanupMike Bayer2014-03-031-7/+1
* framework agnostic coverage flagMike Bayer2014-03-033-0/+8
* - go through a more complex process here to work around a dict reordering iss...Mike Bayer2014-03-033-5/+38
* mark all suite tests as __multiple__Mike Bayer2014-03-037-0/+27
* - fix failure casesMike Bayer2014-03-033-42/+60
* test branchingMike Bayer2014-03-033-39/+38
* we dont need to trick the importer! wowMike Bayer2014-03-021-7/+1
* updatesMike Bayer2014-03-021-0/+1
* that seems to workMike Bayer2014-03-021-3/+3
* - working through this..Mike Bayer2014-03-024-12/+93
* - break out all the test extensions from being nose-specific and beginMike Bayer2014-03-024-441/+444
* save some various scratch work for trying to make __multiple__ workMike Bayer2014-03-022-3/+87
* - remove the "utf8_engine" concept; current MySQL + drivers don't haveMike Bayer2014-03-023-26/+17
* - cleanup, solidify ConfigMike Bayer2014-03-025-45/+79
* - get everything working again test-wise...Mike Bayer2014-03-022-4/+8
* - remove lots of old and unused nose optionsMike Bayer2014-03-016-197/+195
* - 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
* - use a different approach here since oracle isn't doing it either, just roun...Mike Bayer2013-10-211-3/+6
* - oursql returns a pure FP here which isn't exactMike Bayer2013-10-211-1/+2
* - The typing system now handles the task of rendering "literal bind" values,Mike Bayer2013-10-203-8/+113
* The MySQL :class:`.mysql.SET` type now features the same auto-quotingMike Bayer2013-10-142-22/+28
* - fix bug here in profiling.pyMike Bayer2013-08-281-11/+11
* - rework the profile thing to just rewrite all failing numbers when --write-p...Mike Bayer2013-08-281-6/+18