From 0e8175b8eb2a765ed93f3b68c7019a233c785c6a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 9 Jul 2017 23:27:34 +0200 Subject: [PATCH] Update docstrings/docs --- CHANGELOG.asciidoc | 5 +++++ README.asciidoc | 1 + tests/helpers/stubs.py | 1 + tests/unit/mainwindow/statusbar/test_backforward.py | 3 +-- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6b974e6ef..6471d0b9f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -36,6 +36,11 @@ Major changes the entire browsing history. - Completely rewritten configuration system. +Added +~~~~~ + +- New back/forward indicator in the statusbar + Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index f754ed8b4..65a04a200 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -293,6 +293,7 @@ Contributors, sorted by the number of commits in descending order: * Derek Sivers * Daniel Lu * Daniel Jakots +* Daniel Hahler * Arseniy Seroka * Anton Grensjö * Andy Balaam diff --git a/tests/helpers/stubs.py b/tests/helpers/stubs.py index 99cfbf01e..dc49d8fec 100644 --- a/tests/helpers/stubs.py +++ b/tests/helpers/stubs.py @@ -223,6 +223,7 @@ class FakeWebTabScroller(browsertab.AbstractScroller): class FakeWebTabHistory(browsertab.AbstractHistory): + """Fake for Web{Kit,Engine}History.""" def __init__(self, tab, *, can_go_back, can_go_forward): diff --git a/tests/unit/mainwindow/statusbar/test_backforward.py b/tests/unit/mainwindow/statusbar/test_backforward.py index e29d592b2..24c905c2c 100644 --- a/tests/unit/mainwindow/statusbar/test_backforward.py +++ b/tests/unit/mainwindow/statusbar/test_backforward.py @@ -17,8 +17,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . - -"""Test Progress widget.""" +"""Test Backforward widget.""" import pytest