delete testing.py since unused

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2860>
This commit is contained in:
Petitminion 2025-01-22 12:52:15 +01:00 committed by petitminion
parent f6982f8936
commit 689c9feb79
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
import os
os.environ.setdefault("FUNKWHALE_URL", "http://funkwhale.dev")
from .common import * # noqa
DEBUG = True
SECRET_KEY = "a_super_secret_key!"
TYPESENSE_API_KEY = "apikey"