summaryrefslogtreecommitdiff
path: root/tests/end2end/features/test_history_bdd.py
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2016-06-10 13:20:58 +0200
committerFlorian Bruhin <git@the-compiler.org>2016-06-10 13:20:58 +0200
commite0acda403f6613b4372cc7518b03f0a9aebcfd68 (patch)
tree49cfdca275367175409ddc8a0f53518fe86336fc /tests/end2end/features/test_history_bdd.py
parenta0fd0960384fd2e4110afed9c06ef79149d25d0a (diff)
downloadqutebrowser-e0acda403f6613b4372cc7518b03f0a9aebcfd68.tar.gz
qutebrowser-e0acda403f6613b4372cc7518b03f0a9aebcfd68.zip
Add an end-to-end test for :history-clear
Diffstat (limited to 'tests/end2end/features/test_history_bdd.py')
-rw-r--r--tests/end2end/features/test_history_bdd.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/end2end/features/test_history_bdd.py b/tests/end2end/features/test_history_bdd.py
index 6ab8e5fbc..c0f41a0ed 100644
--- a/tests/end2end/features/test_history_bdd.py
+++ b/tests/end2end/features/test_history_bdd.py
@@ -42,3 +42,8 @@ def check_history(quteproc, httpbin, expected):
lines.append(line)
assert lines == expected
+
+
+@bdd.then("the history file should be empty")
+def check_history_empty(quteproc, httpbin):
+ check_history(quteproc, httpbin, '')