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 |
| | |||||
* | - copyright 2015 | Mike Bayer | 2015-03-10 | 1 | -1/+1 |
| | |||||
* | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 1 | -1/+1 |
| | | | | | | | | - reestablish the "bootstrap" system of loading the test runners in testing/plugin; using the updated approach we just came up with for alembic. Coverage should be fixed now when running either py.test or nose. fixes #3196 - upgrade tox.ini and start using a .coveragerc file | ||||
* | - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects, | Brian Jarrett | 2014-07-20 | 1 | -0/+1 |
| | | | | 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/+5 |
| | |||||
* | - add a nose runner that erases out argv, otherwise | Mike Bayer | 2013-03-25 | 1 | -0/+10 |
| | | | | | you get "import test" as what it tries to run with setup.py test | ||||
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -0/+1 |
| | |||||
* | put this inside a main() | Mike Bayer | 2012-09-30 | 1 | -1/+2 |
| | |||||
* | - add a runner module | Mike Bayer | 2012-09-27 | 1 | -0/+31 |
- make "default" the default dialect. |