fixed build errors(typing errors)
This commit is contained in:
parent
9a58fe229c
commit
21e731ebeb
@ -1,2 +1,6 @@
|
|||||||
|
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
|
||||||
|
|
||||||
|
"""Simple test file for :debug-pyeval."""
|
||||||
|
|
||||||
from qutebrowser.utils import message
|
from qutebrowser.utils import message
|
||||||
message.info("Hello world")
|
message.info("Hello World")
|
||||||
|
@ -177,7 +177,7 @@ Feature: Special qute:// pages
|
|||||||
And "pyeval output: No error" should be logged
|
And "pyeval output: No error" should be logged
|
||||||
|
|
||||||
Scenario: Running :pyeval --file using a non existing file
|
Scenario: Running :pyeval --file using a non existing file
|
||||||
When I run :debug-pyeval --file nonexestentfile
|
When I run :debug-pyeval --file nonexistentfile
|
||||||
Then the error "[Errno 2] No such file or directory: 'nonexistentfile'" should be shown
|
Then the error "[Errno 2] No such file or directory: 'nonexistentfile'" should be shown
|
||||||
|
|
||||||
Scenario: Running :pyeval with --quiet
|
Scenario: Running :pyeval with --quiet
|
||||||
|
Loading…
Reference in New Issue
Block a user