| Commit message (Expand) | Author | Age | Files | Lines |
| * | - add an exclusion here that helps with the case of 3rd party | Mike Bayer | 2015-01-17 | 1 | -1/+2 |
| * | - test failures: | Mike Bayer | 2015-01-02 | 1 | -1/+0 |
| * | - repair drop_all_tables | Mike Bayer | 2015-01-02 | 1 | -1/+1 |
| * | - restate sort_tables in terms of a more fine grained | Mike Bayer | 2015-01-01 | 1 | -11/+3 |
| * | - add a new option --force-write-profiles to rewrite profiles even if they | Mike Bayer | 2014-11-25 | 1 | -1/+4 |
| * | - fix issue where nose Failure object comes into play here | Mike Bayer | 2014-09-15 | 1 | -0/+2 |
| * | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 5 | -252/+81 |
| * | - A new style of warning can be emitted which will "filter" up to | Mike Bayer | 2014-08-31 | 1 | -3/+1 |
| * | - max failures 25 | Mike Bayer | 2014-08-16 | 1 | -0/+3 |
| * | - clean up provision and keep sqlite on memory DBs if thats what we start with | Mike Bayer | 2014-08-15 | 1 | -10/+7 |
| * | - modify how class state is tracked here as it seems like things | Mike Bayer | 2014-08-15 | 1 | -5/+6 |
| * | - repair against use here | Mike Bayer | 2014-08-14 | 1 | -2/+3 |
| * | - public method name is get_enums() | Mike Bayer | 2014-08-13 | 1 | -1/+9 |
| * | - repair test finding to not skip the test_suite tests | Mike Bayer | 2014-07-30 | 2 | -2/+1 |
| * | fix test ordering issues | Mike Bayer | 2014-07-27 | 1 | -0/+2 |
| * | - remove print statement | Mike Bayer | 2014-07-27 | 1 | -3/+4 |
| * | - remove debugging assertions | Mike Bayer | 2014-07-27 | 2 | -9/+5 |
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 3 | -29/+106 |
| * | - scale up for mysql, sqlite | Mike Bayer | 2014-07-26 | 3 | -36/+172 |
| * | Merge branch 'master' into xdist_poc | Mike Bayer | 2014-07-26 | 1 | -26/+37 |
| |\ |
|
| | * | - rework the exclusions system to have much better support for compound | Mike Bayer | 2014-07-26 | 1 | -26/+37 |
| * | | - use a template database for PG so extensions get created automatically | Mike Bayer | 2014-07-25 | 1 | -4/+7 |
| * | | - proof of concept for parallel testing | Mike Bayer | 2014-07-25 | 3 | -0/+90 |
| |/ |
|
| * | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 3 | -82/+126 |
| * | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 2 | -2/+4 |
| * | - support __only_on__ and __backend__ at the same time | Mike Bayer | 2014-07-09 | 1 | -15/+19 |
| * | 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 |