]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Feb 2021 06:37:18 +0000 (22:37 -0800)
committerGitHub <noreply@github.com>
Mon, 22 Feb 2021 06:37:18 +0000 (22:37 -0800)
commit30fe3ee6d39fba8183db779f15936fe64cc5ec85
treea092ce0030b2ce5f8ec388ecea5c282af0bd63bc
parentd51436f95bf5978f82d917e53e9a456fdaa83a9d
bpo-23882: Doc: Clarify unittest discovery document (GH-21560)

Unittest discovery support namespace package as start
directory. But it doesn't find namespace package in
the start directory automatically.

Otherwise, unittest discovery search into unexpected
directories like `vendor/` or `node_modules/`.
(cherry picked from commit 5a4aa4c03e27ca5007b86c9c1ee62c77ad08a120)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/library/unittest.rst