mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +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
|
from plinth.tests import functional
|
||||||
|
|
||||||
|
pytestmark = [pytest.mark.apps, pytest.mark.wordpress]
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope='module', autouse=True)
|
@pytest.fixture(scope='module', autouse=True)
|
||||||
def fixture_background(session_browser):
|
def fixture_background(session_browser):
|
||||||
|
|||||||
@ -64,5 +64,6 @@ markers = [
|
|||||||
"ttrss",
|
"ttrss",
|
||||||
"upgrades",
|
"upgrades",
|
||||||
"users",
|
"users",
|
||||||
|
"wordpress",
|
||||||
"zoph",
|
"zoph",
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user