MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / setUp

Method setUp

apps/backups/tests.py:929–932  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

927 pass
928
929 def setUp(self):
930 from core.models import CoreSettings
931 # Clean up any existing settings
932 CoreSettings.objects.filter(key__startswith='backup_').delete()
933
934 def tearDown(self):
935 from core.models import CoreSettings

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.45
filterMethod · 0.45

Tested by

no test coverage detected