test(api): lint code using pylint
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2203>
This commit is contained in:
parent
8412e436f0
commit
6806adb4f5
6 changed files with 218 additions and 10 deletions
8
api/config/settings/testing.py
Normal file
8
api/config/settings/testing.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
|
||||
os.environ.setdefault("FUNKWHALE_URL", "http://funkwhale.dev")
|
||||
|
||||
from .common import * # noqa
|
||||
|
||||
DEBUG = True
|
||||
SECRET_KEY = "a_super_secret_key!"
|
||||
Loading…
Add table
Add a link
Reference in a new issue