"""Settings for running tests.""" from sage_validation.settings import * # noqa: F403 DATABASES = { "default": DATABASES["default"], # noqa: F405 }