summaryrefslogtreecommitdiff
path: root/test/orm/lazytest1.py
Commit message (Collapse)AuthorAgeFilesLines
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-90/+0
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* Test suite modernization in progress. Big changes:Jason Kirtland2008-05-091-46/+45
| | | | | | | | | | | - @unsupported now only accepts a single target and demands a reason for not running the test. - @exclude also demands an exclusion reason - Greatly expanded @testing.requires.<feature>, eliminating many decorators in the suite and signficantly easing integration of multi-driver support. - New ORM test base class, and a featureful base for mapped tests - Usage of 'global' for shared setup going away, * imports as well
* - updated the naming scheme of the base test classes in test/testlib/testing.py;Mike Bayer2008-02-111-1/+1
| | | | | tests extend from either TestBase or ORMTest, using additional mixins for special assertion methods as needed
* - testbase is gone, replaced by testenvJason Kirtland2008-01-121-3/+3
| | | | | | - 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
* Reworked r4042- undeclared deprecation warnings are now *fatal* to tests. ↵Jason Kirtland2008-01-101-44/+45
| | | | No surprises.
* test suite deprecation rampageJason Kirtland2008-01-091-2/+2
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-3/+2
| | | | maintenance branch in branches/rel_0_3.
* - Deprecated DynamicMetaData- use ThreadLocalMetaData or MetaData insteadJason Kirtland2007-07-061-1/+1
| | | | | - Deprecated BoundMetaData- use MetaData instead - Removed DMD and BMD from documentation
* - identity map in Session is by default *no longer weak referencing*.Mike Bayer2006-12-091-4/+4
| | | | | to have it be weak referencing, use create_session(weak_identity_map=True) - some fixes to OrderedProperties
* reorganized unit tests into subdirectoriesMike Bayer2006-06-051-0/+91