]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Sep 2021 09:09:32 +0000 (12:09 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 09:09:32 +0000 (12:09 +0300)
commitb2b035a949eff1dc54b5bafe2bc9ce72b4d24438
tree778d425c06b781da36f0518a16cf4f8351564e14
parent773319545ba60577bc140aa46eac83b360240b7a
bpo-5846: Fix deprecations for obsolete unittest functions and add tests. (GH-28382)
Lib/unittest/__init__.py
Lib/unittest/loader.py
Lib/unittest/test/test_loader.py