wutta_continuum.testing¶
Testing utilities
- class wutta_continuum.testing.VersionTestCase(methodName='runTest')[source]¶
Base class for test suites requiring the SQLAlchemy-Continuum versioning feature.
This inherits from
DataTestCase.- make_config(**kwargs)[source]¶
Make and customize the config object.
We override this to explicitly enable the versioning feature.
- setup_versioning()[source]¶
Do setup tasks relating to this class, as well as its parent(s):
call
wuttjamaican.testing.DataTestCase.setup_db()this will in turn call
make_config()