class documentation
class TestModelProvider(ModelProvider): (source)
Constructor: TestModelProvider(model)
Test model provider which simply returns the given module.
Warning
This API is experimental and may change in the future.
| Method | __init__ |
Initialize a test model provider with a model. |
| Method | get |
Get a model from the model provider. |
| Class Variable | __test__ |
Undocumented |
| Instance Variable | _model |
Undocumented |