Skip to content

Add initial treetab docs. #14

Add initial treetab docs.

Add initial treetab docs. #14

Triggered via push January 6, 2024 09:05
Status Failure
Total duration 44m 16s
Artifacts

ci.yml

on: push
Matrix: linters
Matrix: tests-docker
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

33 errors and 14 warnings
linters (misc): doc/treetabs.md#L41
Found "behaviour" - Common misspelling or non-US spelling
linters (misc): doc/treetabs.md#L93
Found "behaviour" - Common misspelling or non-US spelling
linters (misc): doc/treetabs.md#L158
Found "behaviour" - Common misspelling or non-US spelling
linters (misc)
Process completed with exit code 1.
linters (vulture)
Process completed with exit code 1.
linters (flake8)
Process completed with exit code 1.
linters (mypy-pyqt5)
Process completed with exit code 1.
linters (mypy-pyqt6)
Process completed with exit code 1.
linters (pylint)
Process completed with exit code 28.
tests (py39-pyqt515, macos-12, 3.9, tests/unit)
Process completed with exit code 1.
tests (py39-pyqt515, macos-11, 3.9, tests/unit)
Process completed with exit code 1.
tests (py311-pyqt515, ubuntu-20.04, 3.11)
Process completed with exit code 1.
tests (py311-pyqt65, ubuntu-22.04, 3.11)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] click_element position'}.
tests (py311-pyqt65, ubuntu-22.04, 3.11)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'message': 'Asking question *'}.
tests (py311-pyqt65, ubuntu-22.04, 3.11)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'webview', 'message': 'Scroll position changed to Py*.QtCore.QPoint(10, 20)'}.
tests (py311-pyqt65, ubuntu-22.04, 3.11)
Process completed with exit code 1.
tests (py38-pyqt63, ubuntu-20.04, 3.8)
Process completed with exit code 1.
tests (py310-pyqt65, ubuntu-22.04, 3.10)
Process completed with exit code 1.
tests (py37-pyqt5152, ubuntu-20.04, 3.8)
Process completed with exit code 1.
tests (py39-pyqt64, ubuntu-20.04, 3.9)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] key press: 27'}.
tests (py39-pyqt64, ubuntu-20.04, 3.9)
Process completed with exit code 1.
tests (py37-pyqt62, ubuntu-20.04, 3.8)
Process completed with exit code 1.
tests (py39-pyqt515, windows-2019, 3.9)
Process completed with exit code 1.
tests-docker (py, archlinux-webengine)
Process completed with exit code 1.
tests-docker (py-qt6, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] contents: superqutebrowser'}.
tests-docker (py-qt6, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] key press: 27'}.
tests-docker (py-qt6, archlinux-webengine-qt6)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'js', 'message': '[*] key press: 88'}.
tests-docker (py-qt6, archlinux-webengine-qt6)
AssertionError: assert None == '112.0.5615.213'
tests-docker (py-qt6, archlinux-webengine-qt6)
Process completed with exit code 1.
tests-docker (py, archlinux-webengine-unstable)
Process completed with exit code 1.
tests-docker (py, archlinux-webkit)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'ipc', 'module': 'ipc', 'function': 'on_ready_read', 'message': 'Read from socket *'}.
tests-docker (py, archlinux-webkit)
end2end.fixtures.testprocess.WaitForTimeout: Timed out after 15000ms waiting for {'category': 'ipc', 'module': 'ipc', 'function': 'on_ready_read', 'message': 'Read from socket *'}.
tests-docker (py, archlinux-webkit)
Process completed with exit code 1.
linters (vulture): qutebrowser/browser/commands.py#L512
unused variable 'oldroot' (60% confidence)
linters (flake8): qutebrowser/browser/commands.py#L512
local variable 'oldroot' is assigned to but never used
linters (flake8): qutebrowser/mainwindow/treetabbedbrowser.py#L83
No blank lines allowed after function docstring
linters (flake8): qutebrowser/mainwindow/treetabwidget.py#L77
Unnecessary list comprehension passed to all() prevents short-circuiting - rewrite as a generator.
linters (pylint): qutebrowser/misc/notree.py#L60
Class constant name "PRE" doesn't conform to snake_case naming style
linters (pylint): qutebrowser/misc/notree.py#L61
Class constant name "POST" doesn't conform to snake_case naming style
linters (pylint): qutebrowser/misc/notree.py#L62
Class constant name "POST_R" doesn't conform to snake_case naming style
linters (pylint): qutebrowser/misc/notree.py#L221
Consider using "elif" instead of "else" then "if" to remove one indentation level
linters (pylint): qutebrowser/misc/notree.py#L289
Raising too general exception: Exception
linters (pylint): qutebrowser/misc/notree.py#L256
Unused private member `Node.__add_child(self, node: 'Node[T]')`
linters (pylint): qutebrowser/misc/notree.py#L260
Unused private member `Node.__disown(self, value: 'Node[T]')`
linters (pylint): qutebrowser/misc/notree.py#L190
Unused private member `Node.__modified`
linters (pylint): qutebrowser/misc/notree.py#L68
Useless suppression of 'invalid-name'
linters (pylint): qutebrowser/browser/commands.py#L512
Unused variable 'oldroot'