summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/distutils_run.py
Commit message (Collapse)AuthorAgeFilesLines
* - remove "distutils-only" mode, use setuptools onlyMike Bayer2015-07-241-11/+0
| | | | | | - add first-class "pytest" runner to setup.py, fixes #3489 - remove references to setuptools Feature and mark that "--without-cextensions" is removed, fixes #3500
* - have python setup.py test use xdist with -qMike Bayer2014-08-081-1/+1
|
* - apply pep8 formatting to sqlalchemy/sql, sqlalchemy/util, sqlalchemy/dialects,Brian Jarrett2014-07-201-0/+1
| | | | sqlalchemy/orm, sqlalchemy/event, sqlalchemy/testing
* - Fixed bug where "python setup.py test" wasn't calling intoMike Bayer2014-07-091-0/+10
distutils appropriately, and errors would be emitted at the end of the test suite.