Fixes #1122
Annotations
8 errors
|
|
|
tests/test_usb.py#L1211
TestStick.test_pulse_collection_production
assert 0 is None
+ where 0 = <plugwise_usb.nodes.helpers.pulses.PulseCollection object at 0x7fbd987adc50>.log_interval
|
|
|
|
|
|
|
|
tests/test_usb.py#L1117
TestStick.test_pulse_collection_consumption
assert (45, FakeDate...timezone.utc)) == (None, None)
At index 0 diff: 45 != None
Full diff:
(
- None,
- None,
+ 45,
+ FakeDatetime(2025, 3, 19, 15, 0, 3, tzinfo=datetime.timezone.utc),
)
|
|
tests/test_usb.py#L928
TestStick.test_energy_circle
TypeError: '>' not supported between instances of 'datetime.datetime' and 'NoneType'
|
|
|
The logs for this run have expired and are no longer available.
Loading