Mike Bayer
d98fcca0b3
this test appears to be failing with pg 9.3, not sure how to restore it
2013-12-17 15:37:50 -05:00
Mike Bayer
46ac022e57
- move this test to PG test_reflection
...
- don't use locals()
2013-10-25 17:19:03 -04:00
Mike Bayer
e5a42a748b
Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183
2013-10-25 17:01:38 -04:00
Mike Bayer
a5dc173ea6
- Added support for rendering `SMALLSERIAL when a :class:.SmallInteger`
...
type is used on a primary key autoincrement column, based on server
version detection of Postgresql version 9.2 or greater.
[ticket:2840]
2013-10-15 19:06:21 -04:00
ijl
9d952e0a11
PostgreSQL foreign key inspection includes options
2013-10-11 15:01:14 -04:00
Mike Bayer
94d421ca2f
- put exact version string in the test
...
- use match with a .* preceding instead of search
2013-09-29 17:24:29 -04:00
Mike Bayer
62463b95e0
add test for upcoming pullreq
2013-09-29 17:19:25 -04:00
Mike Bayer
b38a76cd1d
- replace most explicitly-named test objects called "Mock..." with
...
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.
2013-06-30 18:35:12 -04:00
Mike Bayer
1c23741b8e
refactor test suites for postgresql, mssql, mysql into packages.
2013-06-28 22:30:11 -04:00