[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
287eb0c590
commit
d8f7f2a6f3
1 changed files with 3 additions and 1 deletions
|
|
@ -473,7 +473,9 @@ def test_stop_does_not_claim_success_when_the_only_record_is_unreadable(monkeypa
|
|||
assert killed == []
|
||||
|
||||
|
||||
def test_stop_reports_failure_when_one_record_is_unreadable_but_another_stops(monkeypatch, tmp_path):
|
||||
def test_stop_reports_failure_when_one_record_is_unreadable_but_another_stops(
|
||||
monkeypatch, tmp_path
|
||||
):
|
||||
# Stopping the servers we can see is still a partial result, and exiting 0
|
||||
# would hide the one we could not.
|
||||
studio_mod, _live, killed = _install(monkeypatch, tmp_path, alive = {8550, 8600})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue