summaryrefslogtreecommitdiff
path: root/tests/unit/config/test_configcommands.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-02 15:46:57 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-02 15:46:57 +0200
commit5b0c10d43049782a4f889a61776bef471b6f2d9b (patch)
treebc050f1e0f988219510a31a7d251e5f4517f49ea /tests/unit/config/test_configcommands.py
parent8a42256cff01684b79ce2ef0f2e3c48b82bb328d (diff)
downloadqutebrowser-5b0c10d43049782a4f889a61776bef471b6f2d9b.tar.gz
qutebrowser-5b0c10d43049782a4f889a61776bef471b6f2d9b.zip
Fix docstrings
Diffstat (limited to 'tests/unit/config/test_configcommands.py')
-rw-r--r--tests/unit/config/test_configcommands.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/unit/config/test_configcommands.py b/tests/unit/config/test_configcommands.py
index 9da480b75..f70586152 100644
--- a/tests/unit/config/test_configcommands.py
+++ b/tests/unit/config/test_configcommands.py
@@ -63,7 +63,7 @@ class TestSet:
@pytest.mark.parametrize('option', ['url.auto_search?', 'url.auto_search'])
def test_get(self, config_stub, commands, message_mock, option):
- """Run ':set url.auto_search?' / ':set url.auto_search?'.
+ """Run ':set url.auto_search?' / ':set url.auto_search'.
Should show the value.
"""
@@ -186,7 +186,8 @@ class TestSet:
def test_empty(self, commands):
"""Run ':set ?'.
- Should show an error.
+
+ Should show an error.
See https://github.com/qutebrowser/qutebrowser/issues/1109
"""
with pytest.raises(cmdexc.CommandError, match="No option '?'"):