summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndrew MacFie <amacfie@sent.com>2021-01-19 14:07:35 -0500
committerAndrew MacFie <amacfie@sent.com>2021-01-19 14:07:35 -0500
commit51343a432bb39556aec68129e7ac1585ee50ac9b (patch)
tree0c073079416c3af261bad377814a5974dc56cf0a /tests
parent62d627757f60c5a9d58a01a0fd472d8322190954 (diff)
downloadqutebrowser-51343a432bb39556aec68129e7ac1585ee50ac9b.tar.gz
qutebrowser-51343a432bb39556aec68129e7ac1585ee50ac9b.zip
Add filesystem completion to default
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/completion/test_models.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/completion/test_models.py b/tests/unit/completion/test_models.py
index 082cf714a..153d15799 100644
--- a/tests/unit/completion/test_models.py
+++ b/tests/unit/completion/test_models.py
@@ -566,6 +566,7 @@ def test_url_completion_no_quickmarks(qtmodeltester, web_history_populated,
('https://python.org', 'Welcome to Python.org', '2016-03-08'),
('http://qutebrowser.org', 'qutebrowser', '2015-09-05'),
],
+ 'Filesystem': [],
})
@@ -587,6 +588,7 @@ def test_url_completion_no_bookmarks(qtmodeltester, web_history_populated,
('https://python.org', 'Welcome to Python.org', '2016-03-08'),
('http://qutebrowser.org', 'qutebrowser', '2015-09-05'),
],
+ 'Filesystem': [],
})