Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clean up the dialect selection thing here | Mike Bayer | 2013-06-04 | 1 | -8/+12 |
| | |||||
* | working through tests.... | Mike Bayer | 2013-06-02 | 1 | -6/+7 |
| | |||||
* | - endless isinstance(x, str)s.... | Mike Bayer | 2013-04-28 | 1 | -12/+12 |
| | |||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -15/+16 |
| | | | | - went through examples/ and cleaned out excess list() calls | ||||
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -6/+21 |
| | |||||
* | - add a nifty contextmanager form of assert_execution/assert_statement_count | Mike Bayer | 2012-10-08 | 1 | -0/+11 |
| | |||||
* | - don't call get_lastrowid() on explicit returning | Mike Bayer | 2012-10-04 | 1 | -1/+3 |
| | | | | | | - don't hardwire "subqueries" requirement in the base, mysql < 4.1 isn't working anyway - don't need explicit FB/PG exclusions in test_returning - hit db.connect() for the returning requirement | ||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+349 |
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. |