Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - support addition of fails_if()/only_on(), just wraps the decorators | Mike Bayer | 2014-01-02 | 1 | -0/+5 | |
| | | | | - update a few exclusions to support current pymssql. passes all of test_suite and dialect/mssql | |||||
* | - enhance the exclusions system to support database versions within the ↵ | Mike Bayer | 2013-12-17 | 1 | -1/+8 | |
| | | | | __only_on__ attribute | |||||
* | - add copyright to source files missing it | Mike Bayer | 2013-10-26 | 1 | -0/+5 | |
| | ||||||
* | - zoomark tests | Mike Bayer | 2013-05-26 | 1 | -1/+1 | |
| | | | | - rewrite all profiles, we'll review the diffs to see if anything is too far out | |||||
* | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 1 | -5/+5 | |
| | | | | - went through examples/ and cleaned out excess list() calls | |||||
* | - adding in requirements | Mike Bayer | 2013-02-06 | 1 | -1/+3 | |
| | | | | - get test_naturalpks to be more generalized | |||||
* | just a pep8 pass of lib/sqlalchemy/testing/ | Diana Clarke | 2012-11-19 | 1 | -0/+19 | |
| | ||||||
* | - hstore adjustments | Mike Bayer | 2012-11-17 | 1 | -4/+4 | |
| | ||||||
* | missing with_statement | Mike Bayer | 2012-10-08 | 1 | -0/+2 | |
| | ||||||
* | - test updates | Mike Bayer | 2012-10-04 | 1 | -28/+36 | |
| | ||||||
* | adjustments | Mike Bayer | 2012-09-29 | 1 | -1/+1 | |
| | ||||||
* | - more tests, move some tests out of test_reflection, test_query | Mike Bayer | 2012-09-27 | 1 | -40/+74 | |
| | ||||||
* | trying different approaches to test layout. in this one, the testing modules | Mike Bayer | 2012-09-27 | 1 | -0/+269 | |
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. |