mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
pyproject.toml: Merge contents of pytest.ini
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
17a83dee60
commit
04af3473b7
@ -1,2 +1,61 @@
|
|||||||
[tool.isort]
|
[tool.isort]
|
||||||
known_first_party = ["plinth"]
|
known_first_party = ["plinth"]
|
||||||
|
|
||||||
|
[tool.pytest.ini_options]
|
||||||
|
addopts = "--ds=plinth.tests.data.django_test_settings"
|
||||||
|
markers = [
|
||||||
|
"functional",
|
||||||
|
"apps",
|
||||||
|
"avahi",
|
||||||
|
"backups",
|
||||||
|
"bepasty",
|
||||||
|
"bind",
|
||||||
|
"calibre",
|
||||||
|
"cockpit",
|
||||||
|
"config",
|
||||||
|
"coturn",
|
||||||
|
"datetime",
|
||||||
|
"deluge",
|
||||||
|
"dynamicdns",
|
||||||
|
"ejabberd",
|
||||||
|
"essential",
|
||||||
|
"gitweb",
|
||||||
|
"help",
|
||||||
|
"i2p",
|
||||||
|
"ikiwiki",
|
||||||
|
"infinoted",
|
||||||
|
"jsxc",
|
||||||
|
"matrixsynapse",
|
||||||
|
"mediawiki",
|
||||||
|
"minetest",
|
||||||
|
"minidlna",
|
||||||
|
"mldonkey",
|
||||||
|
"monkeysphere",
|
||||||
|
"mumble",
|
||||||
|
"openvpn",
|
||||||
|
"pagekite",
|
||||||
|
"performance",
|
||||||
|
"privoxy",
|
||||||
|
"quassel",
|
||||||
|
"radicale",
|
||||||
|
"roundcube",
|
||||||
|
"samba",
|
||||||
|
"searx",
|
||||||
|
"security",
|
||||||
|
"shadowsocks",
|
||||||
|
"sharing",
|
||||||
|
"skip",
|
||||||
|
"snapshot",
|
||||||
|
"ssh",
|
||||||
|
"sso",
|
||||||
|
"storage",
|
||||||
|
"syncthing",
|
||||||
|
"system",
|
||||||
|
"tahoe",
|
||||||
|
"tor",
|
||||||
|
"transmission",
|
||||||
|
"ttrss",
|
||||||
|
"upgrades",
|
||||||
|
"users",
|
||||||
|
"zoph",
|
||||||
|
]
|
||||||
|
|||||||
56
pytest.ini
56
pytest.ini
@ -1,56 +0,0 @@
|
|||||||
[pytest]
|
|
||||||
DJANGO_SETTINGS_MODULE = plinth.tests.data.django_test_settings
|
|
||||||
markers = functional
|
|
||||||
apps
|
|
||||||
avahi
|
|
||||||
backups
|
|
||||||
bepasty
|
|
||||||
bind
|
|
||||||
calibre
|
|
||||||
cockpit
|
|
||||||
config
|
|
||||||
coturn
|
|
||||||
datetime
|
|
||||||
deluge
|
|
||||||
dynamicdns
|
|
||||||
ejabberd
|
|
||||||
essential
|
|
||||||
gitweb
|
|
||||||
help
|
|
||||||
i2p
|
|
||||||
ikiwiki
|
|
||||||
infinoted
|
|
||||||
jsxc
|
|
||||||
matrixsynapse
|
|
||||||
mediawiki
|
|
||||||
minetest
|
|
||||||
minidlna
|
|
||||||
mldonkey
|
|
||||||
monkeysphere
|
|
||||||
mumble
|
|
||||||
openvpn
|
|
||||||
pagekite
|
|
||||||
performance
|
|
||||||
privoxy
|
|
||||||
quassel
|
|
||||||
radicale
|
|
||||||
roundcube
|
|
||||||
samba
|
|
||||||
searx
|
|
||||||
security
|
|
||||||
shadowsocks
|
|
||||||
sharing
|
|
||||||
skip
|
|
||||||
snapshot
|
|
||||||
ssh
|
|
||||||
sso
|
|
||||||
storage
|
|
||||||
syncthing
|
|
||||||
system
|
|
||||||
tahoe
|
|
||||||
tor
|
|
||||||
transmission
|
|
||||||
ttrss
|
|
||||||
upgrades
|
|
||||||
users
|
|
||||||
zoph
|
|
||||||
Loading…
x
Reference in New Issue
Block a user