Skip to content

Better support for jailed unit testing #270

Open
@ethanngoh

Description

@ethanngoh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions