]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80958: unittest: discovery support for namespace packages as start directory ...
authorJacob Walls <jacobtylerwalls@gmail.com>
Wed, 23 Oct 2024 04:41:33 +0000 (00:41 -0400)
committerGitHub <noreply@github.com>
Wed, 23 Oct 2024 04:41:33 +0000 (13:41 +0900)
commitc75ff2ef8eb71d91b1f92db9c2bc7ff18c582ab1
tree9533b26bfb3a89ae045f36c9513d93a4cc0faa47
parent34653bba644aa5481613f398153757d7357e39ea
gh-80958: unittest: discovery support for namespace packages as start directory (#123820)
12 files changed:
Doc/library/unittest.rst
Doc/whatsnew/3.14.rst
Lib/test/test_unittest/namespace_test_pkg/bar/__init__.py [new file with mode: 0644]
Lib/test/test_unittest/namespace_test_pkg/bar/test_bar.py [new file with mode: 0644]
Lib/test/test_unittest/namespace_test_pkg/noop/no2/__init__.py [new file with mode: 0644]
Lib/test/test_unittest/namespace_test_pkg/noop/no2/test_no2.py [new file with mode: 0644]
Lib/test/test_unittest/namespace_test_pkg/noop/test_noop.py [new file with mode: 0644]
Lib/test/test_unittest/namespace_test_pkg/test_foo.py [new file with mode: 0644]
Lib/test/test_unittest/test_discovery.py
Lib/unittest/loader.py
Makefile.pre.in
Misc/NEWS.d/next/Library/2024-09-07-13-57-49.gh-issue-80958.fVYnqV.rst [new file with mode: 0644]