Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.8] bpo-23882: Doc: Clarify unittest discovery document (GH-21560) #24620

Merged
merged 1 commit into from
Feb 22, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Feb 22, 2021

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 5a4aa4c)

Co-authored-by: Inada Naoki songofacandy@gmail.com

https://bugs.python.org/issue23882

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 5a4aa4c)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
@miss-islington
Copy link
Contributor Author

@methane: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit 9dd018e into python:3.8 Feb 22, 2021
@miss-islington miss-islington deleted the backport-5a4aa4c-3.8 branch February 22, 2021 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants