datacenter / cobra

Cobra - Python bindings for the ACI REST API
Other
88 stars 41 forks source link

Make responses based mock use in-memory MIT #36

Open rchamarthy opened 9 years ago

rchamarthy commented 9 years ago

Enhance the responses based mock implementation to use in-memory MIT to serve the response. This will allow for unit testing with various know configurations, instead of writing a response for each request.

paullesiak commented 9 years ago

This has a dependency on #35