Add reason for failed match to RaisesGroup #6537
Annotations
7 errors, 1 warning, and 4 notices
Run tests:
src/trio/testing/_raises_group.py#L220
src/trio/testing/_raises_group.py:(220:11 - 220:56): Unexpected keyword argument "_depth" for "matches" of "Matcher"; did you mean "depth"? [call-arg]
|
Run tests:
src/trio/testing/_raises_group.py#L688
src/trio/testing/_raises_group.py:(688:28 - 692:9): Unexpected keyword argument "_depth" for "_check_exceptions" of "RaisesGroup"; did you mean "depth"? [call-arg]
|
Run tests:
src/trio/testing/_raises_group.py#L703
src/trio/testing/_raises_group.py:(703:21 - 707:17): Unexpected keyword argument "_depth" for "_check_exceptions" of "RaisesGroup"; did you mean "depth"? [call-arg]
|
Run tests:
src/trio/testing/_raises_group.py#L739
src/trio/testing/_raises_group.py:(739:23 - 739:65): Unexpected keyword argument "_depth" for "_check_expected"; did you mean "depth"? [call-arg]
|
Run tests:
src/trio/testing/_raises_group.py#L783
src/trio/testing/_raises_group.py:(783:20 - 783:59): Unexpected keyword argument "_depth" for "_check_expected"; did you mean "depth"? [call-arg]
|
Run tests
Mypy found type errors.
|
Run tests
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
|
Run tests:
src/trio/testing/_raises_group.py#L211
src/trio/testing/_raises_group.py:(211:1 - 224:60): "_check_expected" defined here
|
Run tests:
src/trio/testing/_raises_group.py#L220
src/trio/testing/_raises_group.py:(220:11 - 220:56): Error code "call-arg" not covered by "type: ignore" comment
|
Run tests:
src/trio/testing/_raises_group.py#L287
src/trio/testing/_raises_group.py:(287:5 - 322:39): "matches" of "Matcher" defined here
|
Run tests:
src/trio/testing/_raises_group.py#L723
src/trio/testing/_raises_group.py:(723:5 - 785:16): "_check_exceptions" of "RaisesGroup" defined here
|
Loading