Minor f-string fixes #2745
verify.yml
on: push
Cache identify
4s
Matrix: pytest
Run mypy
0s
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
10 errors
|
Run pytest using Python 3.13:
tests/test_usb.py#L2464
TestStick.test_node_discovery_and_load
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L1533
TestStick.test_stick_network_down
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L916
TestStick.test_energy_circle
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L778
TestStick.test_node_relay_and_power
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L703
TestStick.test_node_discovery
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L577
TestStick.test_stick_node_discovered_subscription
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L488
TestStick.test_stick_connection_lost
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L455
TestStick.test_stick_connect
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L428
TestStick.test_stick_connect_timeout
TypeError: 'bool' object is not callable
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L405
TestStick.test_stick_connect_without_response
TypeError: 'bool' object is not callable
|