Update docstrings/docs

This commit is contained in:
Florian Bruhin 2017-07-09 23:27:34 +02:00
parent bce28fe526
commit 0e8175b8eb
4 changed files with 8 additions and 2 deletions

View File

@ -36,6 +36,11 @@ Major changes
the entire browsing history. the entire browsing history.
- Completely rewritten configuration system. - Completely rewritten configuration system.
Added
~~~~~
- New back/forward indicator in the statusbar
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -293,6 +293,7 @@ Contributors, sorted by the number of commits in descending order:
* Derek Sivers * Derek Sivers
* Daniel Lu * Daniel Lu
* Daniel Jakots * Daniel Jakots
* Daniel Hahler
* Arseniy Seroka * Arseniy Seroka
* Anton Grensjö * Anton Grensjö
* Andy Balaam * Andy Balaam

View File

@ -223,6 +223,7 @@ class FakeWebTabScroller(browsertab.AbstractScroller):
class FakeWebTabHistory(browsertab.AbstractHistory): class FakeWebTabHistory(browsertab.AbstractHistory):
"""Fake for Web{Kit,Engine}History.""" """Fake for Web{Kit,Engine}History."""
def __init__(self, tab, *, can_go_back, can_go_forward): def __init__(self, tab, *, can_go_back, can_go_forward):

View File

@ -17,8 +17,7 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>. # along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
"""Test Backforward widget."""
"""Test Progress widget."""
import pytest import pytest