refactor: fix some minor typing problem #2745
Annotations
9 errors
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[512-expected0]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1024-expected1]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1048575-expected2]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1048576-expected3]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1073741824-expected4]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1099511627776-expected5]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1125899906842624-expected6]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest:
tests/test_utils.py#L34
test_format_size[1152921504606846976-expected7]
AttributeError: module 'transmission_rpc.utils' has no attribute 'format_size'
|
Run coverage run -m pytest
Process completed with exit code 1.
|
Loading