Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - add tox targets for 3.4 | Mike Bayer | 2015-05-01 | 1 | -1/+7 |
| | |||||
* | - make the repo dynamic | Mike Bayer | 2015-03-10 | 1 | -4/+6 |
| | |||||
* | - coverage was not working (and needs to be fixed in SQLAlchemy too), | Mike Bayer | 2014-09-14 | 1 | -2/+2 |
| | | | | | | | | | | go back to using a "bootstrap" system where we load in pytestplugin/ noseplugin via file importing, plugin/ is not used as a package. - identify the pytest_sessionstart hook as the best place to do plugin_base.post_begin() and actually begin importing main modules; this is where coverage has actually started. - we're now targeting 1.0.0 as this has to be ported to SQLAlchemy. - start using .coveragerc | ||||
* | - dont do py3k testing for 0.7, 0.8 | Mike Bayer | 2014-09-14 | 1 | -3/+3 |
| | |||||
* | - move pretty much all of sqlalchemy.testing over for now, as we'd | Mike Bayer | 2014-09-14 | 1 | -3/+19 |
| | | | | | | | | | | | | like to run tests against 0.8 and even late 0.7 versions with the same capabilities, as well as run parallel testing against all of them. we need a consistent system to get that all to work, so for now we have the whole SQLA system shoved into here, not ideal but we have a very good testing situation for now. Once we target 0.9.4 at the lowest we should be able to move all this out. - re-support 0.7, starting at 0.7.6 which is where things mostly work. All tests, taking into account known skips and fails which are added here for 0.7, early 0.8s, pass on 0.7.9. | ||||
* | dev | Mike Bayer | 2014-09-13 | 1 | -1/+2 |
| | |||||
* | - updates | Mike Bayer | 2014-09-13 | 1 | -1/+2 |
| | |||||
* | - start using tox 1.8 so that we can easily get multiple sqla versions off ↵ | Mike Bayer | 2014-09-13 | 1 | -9/+7 |
| | | | | the ground | ||||
* | - fix long lines within package | Mike Bayer | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | - add a tox.ini file | Mike Bayer | 2014-09-09 | 1 | -0/+36 |
- update the readme.unittests a bit |