Skip to content

Commit 68e47ec

Browse files
committed
Refresh test_async_yield_from module docstring
Note the `_ayf` naming convention, the 1:1 parity check enforced by `TestParityWithPEP380`, and where PEP 828-only tests belong.
1 parent 2d855eb commit 68e47ec

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lib/test/test_async_yield_from.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
"""
2-
Test suite for PEP 828 implementation.
2+
Test suite for PEP 828 (`async yield from`)
33
4-
The tests below were adapted from the 'yield from' tests.
5-
For more context on any particular test, try searching for an analogue in `test_yield_from`.
4+
Adapted from `test_yield_from`. Each adapted test mirrors its PEP 380
5+
counterpart by name with an `_ayf` suffix; `TestParityWithPEP380` enforces
6+
the 1:1 mapping. Tests with no PEP 380 analogue go in `TestPEP828Extras`.
67
"""
78

89
import unittest

0 commit comments

Comments
 (0)