Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - happy new year | Mike Bayer | 2014-01-05 | 1 | -1/+1 |
| | |||||
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+6 |
| | |||||
* | - ensure rowcount is returned for an UPDATE with no implicit returning | Mike Bayer | 2013-08-25 | 1 | -2/+2 |
| | | | | | - modernize test for that - use py3k compatible next() in test_returning/test_versioning | ||||
* | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 1 | -0/+15 |
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. |