summaryrefslogtreecommitdiff
path: root/test/lib/assertsql.py
Commit message (Collapse)AuthorAgeFilesLines
* trying different approaches to test layout. in this one, the testing modulesMike Bayer2012-09-271-316/+0
| | | | | | | 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.
* - query.count() emits "count(*)" instead ofMike Bayer2011-05-101-0/+2
| | | | | "count(1)". [ticket:2162] - another test that should be excluded from "low-connections"
* - whitespace removal bonanzaMike Bayer2011-01-021-15/+15
|
* - sqlalchemy.test and nose plugin moves back to being entirelyMike Bayer2010-11-281-81/+100
| | | | | | | | | | | | outside of "sqlalchemy" and under "test/". Rationale: - coverage plugin works without issue, without need for an awkward additional package install - command line for "nosetests" isn't polluted with SQLAlchemy options [ticket:1949]
* - move sqlalchemy.test to test.libMike Bayer2010-11-151-0/+295