From 4644642c38dc03f93d56a161db612e5cb06f26ea Mon Sep 17 00:00:00 2001 From: akhilkpdasan Date: Sun, 19 Nov 2017 19:10:36 +0530 Subject: [PATCH] fixed test for pyeval --file --- tests/end2end/features/qutescheme.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end2end/features/qutescheme.feature b/tests/end2end/features/qutescheme.feature index 3b8e10822..b7a2e498b 100644 --- a/tests/end2end/features/qutescheme.feature +++ b/tests/end2end/features/qutescheme.feature @@ -171,7 +171,7 @@ Feature: Special qute:// pages And I wait until qute://pyeval/ is loaded Then the page should contain the plaintext "ZeroDivisionError" - Scenario: Running :pyveal with --file using a file that exists aspython code + Scenario: Running :pyveal with --file using a file that exists as python code When I run :debug-pyeval --file (testdata)/misc/pyeval_file.py Then the message "Hello World" should be shown And "pyeval output: No error" should be logged