summaryrefslogtreecommitdiff
path: root/test/dialect/test_suite.py
Commit message (Collapse)AuthorAgeFilesLines
* Make all tests to be PEP8 compliantKhairi Hafsham2017-02-071-2/+0
| | | | | | | | tested using pycodestyle version 2.2.0 Fixes: #3885 Change-Id: I5df43adc3aefe318f9eeab72a078247a548ec566 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/343
* - add an exclusion here that helps with the case of 3rd partyMike Bayer2015-01-171-0/+1
| | | | test suite redefining an existing test in test_suite
* - enhance setup.py to support being run from outside the current directory. ↵Mike Bayer2012-09-291-7/+0
| | | | | | hopefully there's no gotchas with this on other platforms.
* - more tests, move some tests out of test_reflection, test_queryMike Bayer2012-09-271-2/+3
|
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-0/+8
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.