refactor: remove extra code from CmdArgParser #47
test-fakeredis.yml
on: pull_request
Matrix: Run tests:
Publish HTML Test Results to GitHub Pages
0s
Annotations
6 errors
Run tests: (3.10)
Process completed with exit code 1.
|
test_sortedset_commands.test_zrangebylex_with_limit[StrictRedis]:
tests/fakeredis/test/test_sortedset_commands.py#L683
redis.exceptions.ResponseError: value is not an integer or out of range
|
test_sortedset_commands.test_zunionstore_nan_to_zero[StrictRedis]:
tests/fakeredis/test/test_sortedset_commands.py#L981
AssertionError: assert None == inf
+ where None = zscore('bar', 'x')
+ where zscore = <redis.client.Redis(<redis.connection.ConnectionPool(<redis.connection.Connection(host=localhost,port=6380,db=2)>)>)>.zscore
+ and inf = math.inf
|
test_sortedset_commands.test_zunionstore_nan_to_zero2[StrictRedis]:
tests/fakeredis/test/test_sortedset_commands.py#L989
AssertionError: assert [] == [(b'zero', 0)]
Right contains one more item: (b'zero', 0)
Full diff:
+ []
- [
- (
- b'zero',
- 0,
- ),
- ]
|
test_sortedset_commands.test_zunionstore_nan_to_zero_ordering[StrictRedis]:
tests/fakeredis/test/test_sortedset_commands.py#L998
AssertionError: assert None == 0.0
+ where None = zscore('baz', 'e1')
+ where zscore = <redis.client.Redis(<redis.connection.ConnectionPool(<redis.connection.Connection(host=localhost,port=6380,db=2)>)>)>.zscore
|
test_transactions.test_watch_state_is_cleared_after_abort[StrictRedis]:
tests/fakeredis/test/test_transactions.py#L36
redis.exceptions.ResponseError: EXEC without MULTI
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
report-tests.html
|
22.7 KB |
|
tests-result-logs
|
3.58 KB |
|