summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/testing/exclusions.py
Commit message (Collapse)AuthorAgeFilesLines
...
* - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-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 Bayer2013-12-171-1/+8
| | | | __only_on__ attribute
* - add copyright to source files missing itMike Bayer2013-10-261-0/+5
|
* - zoomark testsMike Bayer2013-05-261-1/+1
| | | | - rewrite all profiles, we'll review the diffs to see if anything is too far out
* - the raw 2to3 runMike Bayer2013-04-271-5/+5
| | | | - went through examples/ and cleaned out excess list() calls
* - adding in requirementsMike Bayer2013-02-061-1/+3
| | | | - get test_naturalpks to be more generalized
* just a pep8 pass of lib/sqlalchemy/testing/Diana Clarke2012-11-191-0/+19
|
* - hstore adjustmentsMike Bayer2012-11-171-4/+4
|
* missing with_statementMike Bayer2012-10-081-0/+2
|
* - test updatesMike Bayer2012-10-041-28/+36
|
* adjustmentsMike Bayer2012-09-291-1/+1
|
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-40/+74
|
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-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.