Add reason for failed match to RaisesGroup #6537
Annotations
8 errors, 13 warnings, and 4 notices
Mypy-Linux+Mac+Windows:
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]
|
Mypy-Linux+Mac+Windows:
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]
|
Mypy-Linux+Mac+Windows:
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]
|
Mypy-Linux+Mac+Windows:
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]
|
Mypy-Linux+Mac+Windows:
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]
|
Ubuntu (3.13, check formatting)
Mypy found type errors.
|
Ubuntu (3.13, check formatting)
Process completed with exit code 1.
|
check
Process completed with exit code 1.
|
Cython (3.9, >=3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cython (3.13, >=3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cython (3.9, <3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Cython (3.11, <3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Alpine
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (pypy-3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.13)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.13, check formatting)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Ubuntu (3.9, no test-requirements)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Mypy-Linux+Mac+Windows:
src/trio/testing/_raises_group.py#L211
src/trio/testing/_raises_group.py:(211:1 - 224:60): "_check_expected" defined here
|
Mypy-Linux+Mac+Windows:
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
|
Mypy-Linux+Mac+Windows:
src/trio/testing/_raises_group.py#L287
src/trio/testing/_raises_group.py:(287:5 - 322:39): "matches" of "Matcher" defined here
|
Mypy-Linux+Mac+Windows:
src/trio/testing/_raises_group.py#L723
src/trio/testing/_raises_group.py:(723:5 - 785:16): "_check_exceptions" of "RaisesGroup" defined here
|