Class isolate_apps

Act as either a decorator or a context manager to register models defined in its wrapped context to an isolated registry.

Declaration

class isolate_apps(TestContextDecorator)
source link

Documentation

The list of installed apps the isolated registry should contain must be
passed as arguments.

Two optional keyword arguments can be specified:

`attr_name`: attribute assigned the isolated registry if used as a class
             decorator.

`kwarg_name`: keyword argument passing the isolated registry if used as a
              function decorator.

Methods

Inherited methods