Commit 2bf45bc
committed
Address CoPilot review
- ``_deferred_cases`` in ``_run_fixture_028``: dict[str, str] →
set[str]. The case-level skip uses ``continue`` (not
``pytest.skip``) so the reason values had nowhere to surface;
rationale stays in the per-block comment above the set.
- ``_deferral.py`` docstring: drop the awkward escaped
pluralization (``\\s`` rendered as a literal ``\s``) in favor
of plain prose: "it executes ``continue`` inside an async loop".1 parent 25f555e commit 2bf45bc
2 files changed
Lines changed: 9 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
895 | 895 | | |
896 | 896 | | |
897 | 897 | | |
898 | | - | |
899 | | - | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
900 | 903 | | |
901 | 904 | | |
902 | 905 | | |
903 | 906 | | |
904 | 907 | | |
905 | 908 | | |
906 | | - | |
907 | | - | |
908 | | - | |
909 | | - | |
910 | | - | |
911 | | - | |
| 909 | + | |
| 910 | + | |
912 | 911 | | |
913 | 912 | | |
914 | 913 | | |
| |||
0 commit comments