Stubouts, mocks and fixtures for the test suite.
-
class FakeModel(values)
Bases: object
Stubs out for model.
-
get(name)
-
stub_out(stubs, funcs)
Set the stubs in mapping in the db api.
-
stub_out_db_instance_api(stubs, injected=True)
Stubs out the db API for creating Instances.
-
stub_out_db_network_api(stubs)