diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-09 07:01:35 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-01-10 09:46:18 -0500 |
commit | f08d8a8a1d6f852a9bc04a950ec9f9facaf92f5e (patch) | |
tree | 6e29e59968983bf1916c11071b0591591681e7c8 /tests/test_process.py | |
parent | 212489d1c3fdc3445e8733bf8974339929e58df7 (diff) | |
download | python-coveragepy-git-f08d8a8a1d6f852a9bc04a950ec9f9facaf92f5e.tar.gz |
Fix a test to be usable with PEP626
In the old code, the return and raise were unreachable, so Python 3.10
compiled them away. This meant the return and raise messages weren't in
the missing arc fragments. The new code has a path to the return and
raise.
Diffstat (limited to 'tests/test_process.py')
0 files changed, 0 insertions, 0 deletions