Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the path here | Mike Bayer | 2012-09-30 | 1 | -5/+4 |
| | |||||
* | consolidate config into noseplugin, remove the dupe, load noseplugin using ↵ | Mike Bayer | 2012-09-30 | 1 | -5/+8 |
| | | | | imp.load_source(), see if that works | ||||
* | - copy the plugin into test so that it can be loaded w/o breaking coverage. | Mike Bayer | 2012-09-29 | 1 | -1/+3 |
| | | | | this is a really unfortunate hack right now. | ||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -2/+3 |
| | | | | | | | become an externally usable package but still remains within the main sqlalchemy parent package. in this system, we use kind of an ugly hack to get the noseplugin imported outside of the "sqlalchemy" package, while still making it available within sqlalchemy for usage by third party libraries. | ||||
* | - set sqla_nose as the setup.py test runner - works ! | Mike Bayer | 2010-11-16 | 1 | -2/+1 |
| | |||||
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 1 | -2/+2 |
| | |||||
* | first step of [ticket:1949], remove the setuptools aspect | Mike Bayer | 2010-11-15 | 1 | -6/+5 |
| | | | | of the plugin, move it to test/bootstrap | ||||
* | - nose3 seems to support "addplugins" now | Mike Bayer | 2010-11-13 | 1 | -10/+1 |
| | | | | - add a note about sqla_nose.py | ||||
* | comment | Mike Bayer | 2010-11-13 | 1 | -3/+3 |
| | |||||
* | Update for new nose plugin location. | Jason Kirtland | 2010-10-19 | 1 | -6/+7 |
| | |||||
* | Make sqla_nose.py "just work" for running tests on checkouts without a ↵ | Jason Kirtland | 2010-04-23 | 1 | -2/+9 |
| | | | | setup.py develop step or PYTHONPATH. | ||||
* | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 1 | -0/+22 |