| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - testbase is gone, replaced by testenv | Jason Kirtland | 2008-01-12 | 1 | -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 DB | Lele Gaifax | 2007-12-16 | 1 | -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 Kirtland | 2007-10-31 | 1 | -1/+7 |
| | | | | | __nonzero__ on mapped classes. | ||||
| * | A --db alias for max. | Jason Kirtland | 2007-10-24 | 1 | -0/+1 |
| | | |||||
| * | use threading.local if available | Jason Kirtland | 2007-08-15 | 1 | -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 Bayer | 2007-08-10 | 1 | -14/+17 |
| | | | | | True, reportedly mis-behaves on Oracle, MS-SQL. | ||||
| * | Improve utf8 engine handling during test setup and in test suites. | Jason Kirtland | 2007-08-08 | 1 | -15/+23 |
| | | |||||
| * | Addded 're' import | Jason Kirtland | 2007-08-08 | 1 | -1/+1 |
| | | |||||
| * | More robust droppage of table detritus, also respect --quiet | Jason Kirtland | 2007-08-04 | 1 | -10/+13 |
| | | |||||
| * | Rearranged engine initialization, its now easy to make ad-hoc testing ↵ | Jason Kirtland | 2007-08-03 | 1 | -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 Bayer | 2007-07-31 | 1 | -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 Kirtland | 2007-07-27 | 1 | -0/+1 |
| | | | | | after the coverage hook runs. | ||||
| * | merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵ | Mike Bayer | 2007-07-27 | 1 | -0/+255 |
| maintenance branch in branches/rel_0_3. | |||||
