Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | consolidate config into noseplugin, remove the dupe, load noseplugin using ↵ | Mike Bayer | 2012-09-30 | 1 | -196/+0 |
| | | | | imp.load_source(), see if that works | ||||
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -14/+19 |
| | |||||
* | display name in message | Mike Bayer | 2012-09-27 | 1 | -1/+2 |
| | |||||
* | - add a runner module | Mike Bayer | 2012-09-27 | 1 | -1/+1 |
| | | | | - make "default" the default dialect. | ||||
* | fix an early import | Mike Bayer | 2012-09-27 | 1 | -2/+6 |
| | |||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+186 |
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. |