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):

teardown_versioning()[source]

Do teardown tasks relating to this class, as well as its parent(s):