Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update for 2017 copyright | Mike Bayer | 2017-01-04 | 1 | -1/+1 |
| | | | | Change-Id: I4e8c2aa8fe817bb2af8707410fa0201f938781de | ||||
* | - happy new year | Mike Bayer | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | - replace old crufty ddl event test fixture with mock | Mike Bayer | 2015-04-27 | 1 | -2/+2 |
| | |||||
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -3/+2 |
| | | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing | ||||
* | - break up the <authors> copyright comment as part of a pass | Mike Bayer | 2014-07-09 | 1 | -1/+2 |
| | | | | to get all flake8 passing | ||||
* | - 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. |