fixed build errors(typing errors)

This commit is contained in:
Akhil kp 2017-11-19 23:49:11 +05:30
parent 9a58fe229c
commit 21e731ebeb
2 changed files with 6 additions and 2 deletions

View File

@ -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
message.info("Hello world")
message.info("Hello World")

View File

@ -177,7 +177,7 @@ Feature: Special qute:// pages
And "pyeval output: No error" should be logged
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
Scenario: Running :pyeval with --quiet