]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 8 Jun 2024 08:09:55 +0000 (10:09 +0200)
committerGitHub <noreply@github.com>
Sat, 8 Jun 2024 08:09:55 +0000 (08:09 +0000)
commit479655a27a40954f6c6fc92bf4d3773efe5ce551
treedc3e59ec3b4881568bd708966aa2895f637e295f
parent1e7903d549716eb8034167302d4a718e42460b4b
[3.12] gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH-120243) (#120260)

gh-120242: Fix handling of `[setUp,tearDown]Class` in `test_datetime` (GH-120243)
(cherry picked from commit 95f4db88d5ab7d900f05d0418b2a2e77bf9ff126)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_datetime.py