| Commit message (Expand) | Author | Age | Files | Lines |
| * | use importlib.machinery to load modules instead of imp under Python 3.3 and g... | Matt Chisholm | 2014-04-14 | 1 | -2/+7 |
| * | - fixes to multi-backend tests | Mike Bayer | 2014-03-27 | 3 | -13/+18 |
| * | fixes to get profiling tests working again | Mike Bayer | 2014-03-26 | 1 | -1/+7 |
| * | fix | Mike Bayer | 2014-03-24 | 1 | -1/+1 |
| * | - add some more rules to make sure all tests run if DBs are available | Mike Bayer | 2014-03-24 | 1 | -1/+13 |
| * | - rename __multiple__ to __backend__, and apply __backend__ to a large number... | Mike Bayer | 2014-03-24 | 2 | -3/+7 |
| * | unitttest has a SkipTest also but pytest doesn't | Mike Bayer | 2014-03-11 | 1 | -6/+4 |
| * | import testing needs to be here as we set .db on it | Mike Bayer | 2014-03-07 | 1 | -0/+1 |
| * | - cx_oracle test for "unicode returns" needs to be cx_oracle only, | Mike Bayer | 2014-03-06 | 1 | -1/+0 |
| * | - no unitest.SkipTest in 2.6...arggggg | Mike Bayer | 2014-03-04 | 1 | -1/+9 |
| * | fix the profiling ids here | Mike Bayer | 2014-03-03 | 1 | -1/+3 |
| * | - Support has been added for pytest to run tests. This runner | Mike Bayer | 2014-03-03 | 3 | -412/+578 |
| * | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| * | - enhance the exclusions system to support database versions within the __onl... | Mike Bayer | 2013-12-17 | 1 | -6/+9 |
| * | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
| * | - A large refactoring of the ``sqlalchemy.sql`` package has reorganized | Mike Bayer | 2013-08-12 | 1 | -0/+2 |
| * | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -2/+8 |
| * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 |
| * | - Fixed bug in unit of work whereby a joined-inheritance | Mike Bayer | 2013-04-01 | 1 | -5/+2 |
| * | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 1 | -1/+0 |
| * | - add support for pulling in an external requirements file | Mike Bayer | 2013-02-06 | 1 | -3/+16 |
| * | Fixed table reflection for Oracle when accessing a synonym that refers | Mike Bayer | 2012-12-09 | 1 | -2/+8 |
| * | juts a 'expected 2 blank lines' pep8 pass | Diana Clarke | 2012-11-19 | 1 | -1/+16 |
| * | - support "fails_if" requirements as __requires__; so far this just skips, do... | Mike Bayer | 2012-11-12 | 1 | -1/+6 |
| * | - [feature] Various API tweaks to the "dialect" | Mike Bayer | 2012-10-08 | 1 | -6/+16 |
| * | - add back __engine_options__ | Mike Bayer | 2012-10-04 | 1 | -7/+20 |
| * | - connect immediately on _create_testing_engine to initialize dialect capabil... | Mike Bayer | 2012-10-04 | 1 | -0/+1 |
| * | - fix the fixture here that wasn't creating consistently | Mike Bayer | 2012-10-01 | 1 | -12/+19 |
| * | consolidate config into noseplugin, remove the dupe, load noseplugin using im... | Mike Bayer | 2012-09-30 | 2 | -205/+192 |
| * | also get rid of satest.cfg | Mike Bayer | 2012-09-29 | 1 | -1/+1 |
| * | adjustments | Mike Bayer | 2012-09-29 | 1 | -1/+5 |
| * | getting everything to pass again | Mike Bayer | 2012-09-27 | 1 | -2/+1 |
| * | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -14/+19 |
| * | display name in message | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
| * | - add a runner module | Mike Bayer | 2012-09-27 | 2 | -2/+2 |
| * | tweaks | Mike Bayer | 2012-09-27 | 1 | -5/+5 |
| * | fix an early import | Mike Bayer | 2012-09-27 | 1 | -2/+6 |
| * | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 3 | -0/+385 |