nside_wefa.audit.tests.test_registration_paths

End-to-end tests for the four registration paths described in the README.

Each path is exercised against a built-in Django model. Permission is chosen for paths A/B/C because the demo settings only declare auth.Group under Path D — using a different model keeps the registries from interfering.

Classes

IncludeAllModelsTest([methodName])

INCLUDE_ALL_MODELS shortcut wires every concrete model.

PathARegisterTest([methodName])

PathBDecoratorTest([methodName])

PathCAppConfigMixinTest([methodName])

PathDSettingsTest([methodName])

Path D is wired by AuditConfig.ready() at boot.