]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108303: Move `smtpd` to `test.support` (GH-114368) (#114427)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Jan 2024 14:08:31 +0000 (15:08 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2024 14:08:31 +0000 (14:08 +0000)
commit58fdd15d5a70b0274ed5d4fc491700138aa51cdf
treed84dcd5a0e915547b2c7554bf7a5b8f7bc0ac8f3
parent7da1750225807b40f951a1484d8f5feed3be0c71
[3.12] gh-108303: Move `smtpd` to `test.support` (GH-114368) (#114427)

gh-108303: Move `smtpd` to `test.support` (GH-114368)

Update test_logging.py and test_smtplib.py.
(cherry picked from commit 8f5e7d739f56a75022dfe8fa24675b6c7b321ab5)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/support/smtpd.py [moved from Lib/test/smtpd.py with 100% similarity]
Lib/test/test_logging.py
Lib/test/test_smtplib.py