mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
functional-tests: Avoid warnings about markers
Register all markers in pytest.ini Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
26100b50c1
commit
eab1e577b9
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
@essential @date-and-time @system @backups
|
@essential @date_and_time @system @backups
|
||||||
Feature: Date and Time
|
Feature: Date and Time
|
||||||
Configure time zone and network time service.
|
Configure time zone and network time service.
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
@apps @i2p-app
|
@apps @i2p
|
||||||
Feature: I2P Anonymity Network
|
Feature: I2P Anonymity Network
|
||||||
Manage I2P configuration.
|
Manage I2P configuration.
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
@system @essential @service-discovery
|
@system @essential @service_discovery
|
||||||
Feature: Service Discovery
|
Feature: Service Discovery
|
||||||
Configure service discovery.
|
Configure service discovery.
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
@apps @tor-app @backups
|
@apps @tor @backups
|
||||||
Feature: Tor Anonymity Network
|
Feature: Tor Anonymity Network
|
||||||
Manage Tor configuration.
|
Manage Tor configuration.
|
||||||
|
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
@system @essential @users-groups
|
@system @essential @users_groups
|
||||||
Feature: Users and Groups
|
Feature: Users and Groups
|
||||||
Manage users and groups.
|
Manage users and groups.
|
||||||
|
|
||||||
|
|||||||
47
pytest.ini
47
pytest.ini
@ -1,3 +1,50 @@
|
|||||||
[pytest]
|
[pytest]
|
||||||
DJANGO_SETTINGS_MODULE = plinth.tests.data.django_test_settings
|
DJANGO_SETTINGS_MODULE = plinth.tests.data.django_test_settings
|
||||||
markers = functional
|
markers = functional
|
||||||
|
apps
|
||||||
|
backups
|
||||||
|
bind
|
||||||
|
configuration
|
||||||
|
coquelicot
|
||||||
|
date_and_time
|
||||||
|
deluge
|
||||||
|
dynamicdns
|
||||||
|
ejabberd
|
||||||
|
essential
|
||||||
|
gitweb
|
||||||
|
help
|
||||||
|
i2p
|
||||||
|
ikiwiki
|
||||||
|
infinoted
|
||||||
|
jsxc
|
||||||
|
matrixsynapse
|
||||||
|
mediawiki
|
||||||
|
minetest
|
||||||
|
mldonkey
|
||||||
|
monkeysphere
|
||||||
|
mumble
|
||||||
|
openvpn
|
||||||
|
pagekite
|
||||||
|
privoxy
|
||||||
|
quassel
|
||||||
|
radicale
|
||||||
|
roundcube
|
||||||
|
samba
|
||||||
|
searx
|
||||||
|
security
|
||||||
|
service_discovery
|
||||||
|
shadowsocks
|
||||||
|
sharing
|
||||||
|
sip
|
||||||
|
skip
|
||||||
|
snapshot
|
||||||
|
ssh
|
||||||
|
sso
|
||||||
|
syncthing
|
||||||
|
system
|
||||||
|
tahoe
|
||||||
|
tor
|
||||||
|
transmission
|
||||||
|
ttrss
|
||||||
|
upgrades
|
||||||
|
users_groups
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user