test fixes #4187
Annotations
10 errors
test-patch:
tests/test_stagelinq.py#L519
pylint:[W0621(redefined-outer-name), test_stagelinq_plugin_validmixmodes] Redefining name 'stagelinq_bootstrap' from outer scope (line 17)
|
test-patch:
tests/test_stagelinq.py#L510
pylint:[W0621(redefined-outer-name), test_stagelinq_plugin_install] Redefining name 'stagelinq_bootstrap' from outer scope (line 17)
|
test-patch:
tests/test_stagelinq.py#L496
pylint:[W0621(redefined-outer-name), test_stagelinq_plugin_desc_settingsui] Redefining name 'stagelinq_bootstrap' from outer scope (line 17)
|
test-patch:
tests/test_stagelinq.py#L482
pylint:[W0621(redefined-outer-name), test_stagelinq_plugin_init] Redefining name 'stagelinq_bootstrap' from outer scope (line 17)
|
test-patch:
tests/test_stagelinq.py#L397
pylint:[W0612(unused-variable), test_stagelinq_handler_start] Unused variable 'mock_loop'
|
test-patch:
tests/test_stagelinq.py#L383
pylint:[C0325(superfluous-parens), ] Unnecessary parens after '=' keyword
|
test-patch:
tests/test_stagelinq.py#L335
pylint:[C0325(superfluous-parens), ] Unnecessary parens after '=' keyword
|
test-patch:
tests/test_stagelinq.py#L297
pylint:[C1803(use-implicit-booleaness-not-comparison), test_stagelinq_handler_process_state_update_no_deck] 'temp_decks == {}' can be simplified to 'not temp_decks' as an empty dict is falsey
|
test-patch:
tests/test_stagelinq.py#L134
pylint:[C1803(use-implicit-booleaness-not-comparison), test_stagelinq_handler_init] 'handler.decks == {}' can be simplified to 'not handler.decks' as an empty dict is falsey
|
test-patch:
nowplaying/inputs/stagelinq.py#L82
pylint:[R1723(no-else-break), StagelinqHandler.get_device] Unnecessary "else" after "break", remove the "else" and de-indent the code inside it
|
Loading