summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/runner.py
Commit message (Collapse)AuthorAgeFilesLines
* - happy new yearMike Bayer2014-01-051-1/+1
|
* - add copyright to source files missing itMike Bayer2013-10-261-0/+5
|
* - add a nose runner that erases out argv, otherwiseMike Bayer2013-03-251-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 Clarke2012-11-191-0/+1
|
* put this inside a main()Mike Bayer2012-09-301-1/+2
|
* - add a runner moduleMike Bayer2012-09-271-0/+31
- make "default" the default dialect.