Skip to content

check failed test

check failed test #2

Triggered via push August 21, 2023 16:58
Status Failure
Total duration 23s
Artifacts

push.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (E501): src/tests/test_check_functions.py#L301
src/tests/test_check_functions.py:301:89: E501 Line too long (104 > 88 characters)
Ruff (E712): src/tests/test_check_functions.py#L655
src/tests/test_check_functions.py:655:36: E712 Comparison to `True` should be `cond is True` or `if cond:`
Ruff (E712): src/tests/test_check_functions.py#L655
src/tests/test_check_functions.py:655:65: E712 Comparison to `True` should be `cond is True` or `if cond:`
Ruff (E712): src/tests/test_check_functions.py#L659
src/tests/test_check_functions.py:659:39: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): src/tests/test_check_functions.py#L663
src/tests/test_check_functions.py:663:39: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): src/tests/test_check_functions.py#L671
src/tests/test_check_functions.py:671:33: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): src/tests/test_check_functions.py#L672
src/tests/test_check_functions.py:672:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): src/tests/test_check_functions.py#L673
src/tests/test_check_functions.py:673:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): src/tests/test_check_functions.py#L674
src/tests/test_check_functions.py:674:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`
Ruff (E712): src/tests/test_check_functions.py#L675
src/tests/test_check_functions.py:675:37: E712 Comparison to `False` should be `cond is False` or `if not cond:`