◐ Shell
clean mode source ↗

gh-122255: Add black box tests in test_warnings by serhiy-storchaka · Pull Request #122227 · python/cpython

They are similar to white box tests in test_importlib.

@serhiy-storchaka serhiy-storchaka changed the title gh-86298: Add black box tests in test_warnings gh-122255: Add black box tests in test_warnings

Aug 8, 2024

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 8, 2024
They are similar to white box tests for pythongh-86298 in test_importlib.
(cherry picked from commit fe13c9b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 8, 2024
They are similar to white box tests for pythongh-86298 in test_importlib.
(cherry picked from commit fe13c9b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

gpshead pushed a commit that referenced this pull request

Aug 9, 2024
…H-122818)

gh-122255: Add black box tests in test_warnings (GH-122227)

They are similar to white box tests for gh-86298 in test_importlib.
(cherry picked from commit fe13c9b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

serhiy-storchaka added a commit that referenced this pull request

Aug 14, 2024
…H-122819)

They are similar to white box tests for gh-86298 in test_importlib.
(cherry picked from commit fe13c9b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

blhsing pushed a commit to blhsing/cpython that referenced this pull request

Aug 22, 2024
They are similar to white box tests for pythongh-86298 in test_importlib.