summaryrefslogtreecommitdiff
path: root/test/testlib/config.py
Commit message (Collapse)AuthorAgeFilesLines
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-5/+28
| | | | | | - Importing testenv has no side effects- explicit functions provide similar behavior to the old immediate behavior of testbase - testing.db has the configured db - Fixed up the perf/* scripts
* Fix bad example of Firebird test DBLele Gaifax2007-12-161-1/+1
| | | | | | Use an absolute path rather than a relative one, and the out-of-the-box sysdba password. This is just to avoid confusing new testers, that should add a db.firebird entry in their ~/satest.cfg anyway.
* Added command line options to add tripwires for __hash__, __eq__ and ↵Jason Kirtland2007-10-311-1/+7
| | | | __nonzero__ on mapped classes.
* A --db alias for max.Jason Kirtland2007-10-241-0/+1
|
* use threading.local if availableJason Kirtland2007-08-151-1/+1
| | | | | speed up ThreadLocal for python 2.3 [ticket:743] clean in topo (in patch from [ticket:743])
* --dropfirst option added, defaults to False. pre-drops tables when set to ↵Mike Bayer2007-08-101-14/+17
| | | | True, reportedly mis-behaves on Oracle, MS-SQL.
* Improve utf8 engine handling during test setup and in test suites.Jason Kirtland2007-08-081-15/+23
|
* Addded 're' importJason Kirtland2007-08-081-1/+1
|
* More robust droppage of table detritus, also respect --quietJason Kirtland2007-08-041-10/+13
|
* Rearranged engine initialization, its now easy to make ad-hoc testing ↵Jason Kirtland2007-08-031-38/+49
| | | | | | | engines that preserve all of the --options requested Promoted the 'utf8 bind' logic for tests needing utf8 connections into testlib Added a pause before issuing DROPs to rid the testing db of clutter
* - commented out auto-rollback of attributes for now, added [ticket:705] with ↵Mike Bayer2007-07-311-1/+5
| | | | | | the recipe - added "drop_all()" at the start of all unittest runs; see if that helps some of the carwrecks we have
* Fix coverage again- try really hard not to load anything from lib/ until ↵Jason Kirtland2007-07-271-0/+1
| | | | after the coverage hook runs.
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-0/+255
maintenance branch in branches/rel_0_3.