summaryrefslogtreecommitdiff
path: root/test/engine/proxy_engine.py
Commit message (Collapse)AuthorAgeFilesLines
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-204/+0
| | | | maintenance branch in branches/rel_0_3.
* - unit tests updated to run without any pysqlite installed; poolMike Bayer2006-08-211-2/+9
| | | | test uses a mock DBAPI
* added workaround for funny pragma behavior on windows pysqliteMike Bayer2006-07-091-5/+4
| | | | | singletonthreadpool has a dispose() method, used by proxy_engine test to better clean up after itself on windows
* inserting './lib/' into sys.path since PYTHONPATH no longer straightforward ↵Mike Bayer2006-06-291-2/+2
| | | | with latest setuptools
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+198