From df40b39e3e03f09e792d204402bf38b3ea2edebd Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 12 Jan 2016 08:20:08 +0100 Subject: [PATCH] Work around pytest madness. --- tests/integration/features/{prompt.feature => prompts.feature} | 0 tests/integration/features/{test_prompt.py => test_prompts.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/integration/features/{prompt.feature => prompts.feature} (100%) rename tests/integration/features/{test_prompt.py => test_prompts.py} (97%) diff --git a/tests/integration/features/prompt.feature b/tests/integration/features/prompts.feature similarity index 100% rename from tests/integration/features/prompt.feature rename to tests/integration/features/prompts.feature diff --git a/tests/integration/features/test_prompt.py b/tests/integration/features/test_prompts.py similarity index 97% rename from tests/integration/features/test_prompt.py rename to tests/integration/features/test_prompts.py index 7af07cba8..3cfef48c8 100644 --- a/tests/integration/features/test_prompt.py +++ b/tests/integration/features/test_prompts.py @@ -18,7 +18,7 @@ # along with qutebrowser. If not, see . import pytest_bdd as bdd -bdd.scenarios('prompt.feature') +bdd.scenarios('prompts.feature') @bdd.when("I click the button")