Update docstrings/docs
This commit is contained in:
parent
bce28fe526
commit
0e8175b8eb
@ -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
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -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):
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user