fixed test for pyeval --file
This commit is contained in:
parent
ba6d90aa7a
commit
4644642c38
@ -171,7 +171,7 @@ Feature: Special qute:// pages
|
|||||||
And I wait until qute://pyeval/ is loaded
|
And I wait until qute://pyeval/ is loaded
|
||||||
Then the page should contain the plaintext "ZeroDivisionError"
|
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
|
When I run :debug-pyeval --file (testdata)/misc/pyeval_file.py
|
||||||
Then the message "Hello World" should be shown
|
Then the message "Hello World" should be shown
|
||||||
And "pyeval output: No error" should be logged
|
And "pyeval output: No error" should be logged
|
||||||
|
Loading…
Reference in New Issue
Block a user