mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
tests: Mark functional tests with functional mark
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
895b5f1fa8
commit
b66b15591e
@ -15,6 +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/>.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
import pytest
|
||||||
from pytest_bdd import scenarios
|
from pytest_bdd import scenarios
|
||||||
|
|
||||||
from step_definitions.application import *
|
from step_definitions.application import *
|
||||||
@ -23,4 +24,7 @@ from step_definitions.service import *
|
|||||||
from step_definitions.site import *
|
from step_definitions.site import *
|
||||||
from step_definitions.system import *
|
from step_definitions.system import *
|
||||||
|
|
||||||
|
# Mark all tests are functional
|
||||||
|
pytestmark = pytest.mark.functional
|
||||||
|
|
||||||
scenarios('features')
|
scenarios('features')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user