mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
wordpress: tests: functional: Add missing marks on tests
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
f9c1e09932
commit
98cfa321cb
@ -7,6 +7,8 @@ import pytest
|
||||
|
||||
from plinth.tests import functional
|
||||
|
||||
pytestmark = [pytest.mark.apps, pytest.mark.wordpress]
|
||||
|
||||
|
||||
@pytest.fixture(scope='module', autouse=True)
|
||||
def fixture_background(session_browser):
|
||||
|
||||
@ -64,5 +64,6 @@ markers = [
|
||||
"ttrss",
|
||||
"upgrades",
|
||||
"users",
|
||||
"wordpress",
|
||||
"zoph",
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user