shaarli: Add functional test

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2022-01-19 12:15:49 -05:00 committed by Sunil Mohan Adapa
parent 1450551332
commit a4a1f07683
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -0,0 +1,18 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
"""
Functional, browser based tests for shaarli app.
"""
import pytest
from plinth.tests.functional import BaseAppTests
pytestmark = [pytest.mark.apps, pytest.mark.shaarli]
class TestShaarliApp(BaseAppTests):
app_name = 'shaarli'
has_service = False
has_web = True
# TODO: Complete Shaarli setup.
# TODO: Add, edit, remove bookmark.