fix: crash when passing empty arguments #53
Annotations
11 errors
Run tests
Process completed with exit code 1.
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L205
Failed: DID NOT RAISE <class 'redis.exceptions.ResponseError'>
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L215
redis.exceptions.ResponseError: wrong number of arguments for 'bitfield' command
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L239
assert [None, None] == [0, 0]
At index 0 diff: None != 0
Full diff:
[
- 0,
- 0,
+ None,
+ None,
]
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L316
assert [15, 15] == [-1, -1]
At index 0 diff: 15 != -1
Full diff:
[
- -1,
? -
+ 15,
? +
- -1,
? -
+ 15,
? +
]
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L341
assert [None, 15] == [None, -1]
At index 1 diff: 15 != -1
Full diff:
[
None,
- -1,
? -
+ 15,
? +
]
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L356
assert [85, 170] == [84, 170]
At index 0 diff: 85 != 84
Full diff:
[
- 84,
? ^
+ 85,
? ^
170,
]
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L396
assert [1076061243778793472] == [-576460752303423488]
At index 0 diff: 1076061243778793472 != -576460752303423488
Full diff:
[
- -576460752303423488,
+ 1076061243778793472,
]
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L442
Failed: DID NOT RAISE <class 'redis.exceptions.ResponseError'>
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_bitmap_commands.py#L458
Failed: DID NOT RAISE <class 'redis.exceptions.ResponseError'>
|
Publish Test Report:
tests/fakeredis/test/test_mixins/test_geo_commands.py#L380
redis.exceptions.ResponseError: unsupported unit provided. please use M, KM, FT, MI
|
Loading