| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - move this test to PG test_reflection | Mike Bayer | 2013-10-25 | 1 | -79/+0 |
| | | | | | - don't use locals() | ||||
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -0/+81 |
| |\ | |||||
| | * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -0/+81 |
| | | | |||||
| * | | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 1 | -7/+20 |
| |/ | | | | | | type is used on a primary key autoincrement column, based on server version detection of Postgresql version 9.2 or greater. [ticket:2840] | ||||
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -3/+2 |
| | | | | | - use match with a .* preceding instead of search | ||||
| * | add test for upcoming pullreq | Mike Bayer | 2013-09-29 | 1 | -1/+6 |
| | | |||||
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -13/+8 |
| | | | | | | | | | | | | | actual mock objects from the mock library. I'd like to use mock for new tests so we might as well use it in obvious places. - use unittest.mock in py3.3 - changelog - add a note to README.unittests - add tests_require in setup.py - have tests import from sqlalchemy.testing.mock - apply usage of mock to one of the event tests. we can be using this approach all over the place. | ||||
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 1 | -0/+221 |
