From 6a292f9d56d742ea64e10ecd1d81e58992f7f59c Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Mon, 28 Aug 2017 07:18:14 -0400 Subject: [PATCH] Merge quteurls.feature into qutescheme.feature. --- tests/end2end/features/qutescheme.feature | 6 ++++++ tests/end2end/features/quteurls.feature | 7 ------- tests/end2end/features/test_quteurls_bdd.py | 21 --------------------- 3 files changed, 6 insertions(+), 28 deletions(-) delete mode 100644 tests/end2end/features/quteurls.feature delete mode 100644 tests/end2end/features/test_quteurls_bdd.py diff --git a/tests/end2end/features/qutescheme.feature b/tests/end2end/features/qutescheme.feature index 557c12da1..8e2782065 100644 --- a/tests/end2end/features/qutescheme.feature +++ b/tests/end2end/features/qutescheme.feature @@ -204,3 +204,9 @@ Feature: Special qute:// pages # With Qt 5.9, we don't get a loaded message? And I wait for "Changing title for idx * to 'log'" in the log Then no crash should happen + + # :version + + Scenario: Open qute://version + When I open qute://version + Then the page should contain the plaintext "Version info" diff --git a/tests/end2end/features/quteurls.feature b/tests/end2end/features/quteurls.feature deleted file mode 100644 index 433ad1e88..000000000 --- a/tests/end2end/features/quteurls.feature +++ /dev/null @@ -1,7 +0,0 @@ -# vim: ft=cucumber fileencoding=utf-8 sts=4 sw=4 et: - -Feature: qute://* urls. - - Scenario: Open qute://version - When I open qute://version - Then the page should contain the plaintext "Version info" diff --git a/tests/end2end/features/test_quteurls_bdd.py b/tests/end2end/features/test_quteurls_bdd.py deleted file mode 100644 index 28183c362..000000000 --- a/tests/end2end/features/test_quteurls_bdd.py +++ /dev/null @@ -1,21 +0,0 @@ -# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: - -# Copyright 2017 Ryan Roden-Corrent (rcorre) -# -# This file is part of qutebrowser. -# -# qutebrowser is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# qutebrowser is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with qutebrowser. If not, see . - -import pytest_bdd as bdd -bdd.scenarios('quteurls.feature')