fixed test for pyeval --file

This commit is contained in:
akhilkpdasan 2017-11-19 19:10:36 +05:30 committed by GitHub
parent ba6d90aa7a
commit 4644642c38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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