Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a pass where we try to squash down as many list()/keys() combinations | Mike Bayer | 2013-05-26 | 1 | -2/+2 |
| | | | | as possible | ||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -2/+2 |
| | | | | - went through examples/ and cleaned out excess list() calls | ||||
* | - add an event to testing so that other dialects can intercept ↵ | Mike Bayer | 2013-03-24 | 1 | -9/+18 |
| | | | | | | "test_needs_autoincrement" - get the assumption of "1" for "first sequence item" to be dialect configured | ||||
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -1/+2 |
| | |||||
* | - requirements | Mike Bayer | 2012-10-03 | 1 | -0/+3 |
| | |||||
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -4/+1 |
| | |||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+85 |
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. |