Open
Description
When constructing a Model class, there are network calls made to AWS, for example: Model._get_meta_data
.
It would be nice to have a 'unit testing' context that wouldn't make any network calls, and also have functionality to assert that certain actions were performed on the model context (i.e get, save) during an actual unit test.