mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
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:
parent
1450551332
commit
a4a1f07683
18
plinth/modules/shaarli/tests/test_functional.py
Normal file
18
plinth/modules/shaarli/tests/test_functional.py
Normal 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.
|
||||||
Loading…
x
Reference in New Issue
Block a user