Bases: object
A mixin class to provide support for unloading/disabling modules.
Ensure ImportError for the specified module.
Bases: keystone.test.NoModule, unittest2.case.TestCase
Asserts that two datetimes are nearly equal within a small delta.
Parameters: | delta – Maximum allowable time delta, defined in seconds. |
---|
Create shortcut references to each driver for data manipulation.
Hacky basic and naive fixture loading based on a python module.
Expects that the various APIs into the various services are already defined on self.
Bases: object