]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131178: remove runtime tests for `http.server` CLI (#134287)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Mon, 19 May 2025 21:59:14 +0000 (23:59 +0200)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 21:59:14 +0000 (21:59 +0000)
commit1fbb0603a87669562e964cade336b3384778fbe0
tree1d86f88416d75937936d50bbe98466b3d8982d36
parent8421b03b16a4852a527256cb7cdce2ab2d318548
gh-131178: remove runtime tests for `http.server` CLI (#134287)

The runtime behavior of `http.server` CLI is hard to test on an arbitrary platform.
As such, tests asserting the correctness of `python -m http.server` are temporarily
removed and will be rewritten later once a universal solution has been found.
Lib/test/test_httpservers.py