Revise stub merge architecture to provide detailed parameter type hints and return types. #2152
Annotations
3 errors and 1 warning
Test stubber:
tests/codemods/enrich_test.py#L37
test_enrich_file_with_stub[source_file1-target_file1-False]
AssertionError: no change to the stub was expected but found:
['']
assert 1 == 0
+ where 1 = len([''])
|
Test stubber:
tests/codemods/enrich_test.py#L103
test_enrich_folder[1-source_folder0-target_folder0-9]
assert 8 >= 9
+ where 8 = <function enrich_file at 0x7f942a1f1800>.call_count
|
Test stubber
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading