| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - OK, forget it, the DBAPIs, etc. everything else is also site-wide, | Mike Bayer | 2015-04-05 | 1 | -5/+3 |
| | | | | | we need site-packages | ||||
| * | - since we're working with no_site_packages at the moment, add in xdist to ↵ | Mike Bayer | 2015-04-05 | 1 | -0/+1 |
| | | | | | get jenkins to work | ||||
| * | - Fixed the pathing used when tests run; for sqla_nose.py and py.test, | Mike Bayer | 2015-04-04 | 1 | -2/+16 |
| | | | | | | | | | the "./lib" prefix is again inserted at the head of sys.path but only if sys.flags.no_user_site isn't set; this makes it act just like the way Python puts "." in the current path by default. For tox, we are setting the PYTHONNOUSERSITE flag now. fixes #3356 | ||||
| * | Fix dependencies for running coverage checks | Gilles Dartiguelongue | 2015-03-10 | 1 | -1/+3 |
| | | |||||
| * | - we can start checking these flake rules | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | - move this to the correct location | Mike Bayer | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | - cant do xargs in tox.ini as it doesnt run outside of postgresql/mysql | Mike Bayer | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | - remove some crufty old testing options | Mike Bayer | 2014-09-14 | 1 | -13/+11 |
| | | | | | | | | | - 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 | ||||
| * | - exclude profiling altogether from coverage | Mike Bayer | 2014-07-27 | 1 | -0/+1 |
| | | |||||
| * | - disable C exts on coverage run | Mike Bayer | 2014-07-27 | 1 | -0/+3 |
| | | |||||
| * | - add support for tags, including include/exclude support. | Mike Bayer | 2014-07-27 | 1 | -10/+3 |
| | | | | | simplify tox again now that we can exclude tests more easily | ||||
| * | - reorganize tox options | Mike Bayer | 2014-07-26 | 1 | -4/+10 |
| | | |||||
| * | - support args | Mike Bayer | 2014-07-20 | 1 | -2/+1 |
| | | |||||
| * | - add E721 | Mike Bayer | 2014-07-18 | 1 | -1/+1 |
| | | |||||
| * | - update the flake8 rules again | Mike Bayer | 2014-07-18 | 1 | -1/+1 |
| | | | | | - apply autopep8 + manual fixes to most of test/sql/ | ||||
| * | - reinstate E123, E125, E128 | Mike Bayer | 2014-07-16 | 1 | -1/+1 |
| | | | | | - edit strategies.py to conform | ||||
| * | - add a full env for pypy, name it funny to avoid hidden/undocumented | Mike Bayer | 2014-07-15 | 1 | -2/+6 |
| | | | | | tox behavior | ||||
| * | - ensure usedevelop is present so that C exts are in the tests | Mike Bayer | 2014-07-14 | 1 | -0/+1 |
| | | |||||
| * | update test runners to be module-based | Mike Bayer | 2014-07-10 | 1 | -5/+3 |
| | | |||||
| * | OK use tox | Mike Bayer | 2014-07-10 | 1 | -0/+37 |
