Class override_settings

Act as either a decorator or a context manager. If it's a decorator, take a

Declaration

class override_settings(TestContextDecorator)
source link

Documentation

function and return a wrapped function. If it's a contextmanager, use it
with the ``with`` statement. In either event, entering/exiting are called
before and after, respectively, the function/block is executed.

Methods

Inherited methods

Subclasses

Reexports