Message387532
| Author | terry.reedy |
|---|---|
| Recipients | Claudiu.Popa, Florian.Apolloner, Zbynek.Winkler, ashkop, docs@python, eric.snow, ezio.melotti, methane, michael.foord, miss-islington, pconnell, rbcollins, rgammans, rgammans@gammascience.co.uk, terry.reedy |
| Date | 2021-02-22.18:57:38 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1614020258.23.0.0687464825464.issue23882@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
From the merge: +++ b/Doc/library/unittest.rst @@ -330,7 +330,9 @@ Test modules and packages can customize test loading and discovery by through the `load_tests protocol`_. .. versionchanged:: 3.4 - Test discovery supports :term:`namespace packages <namespace package>`. + Test discovery supports :term:`namespace packages <namespace package>` + for start directory. Note that you need to the top level directory too. + (e.g. ``python -m unittest discover -s root/namespace -t root``). The last sentence is missing a verb after 'you need to' saying what to do about "the top level directory. "be in"? "go to"? "later destroy"? (just kidding ;-) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-02-22 18:57:38 | terry.reedy | set | recipients: + terry.reedy, rbcollins, ezio.melotti, michael.foord, methane, rgammans, docs@python, Claudiu.Popa, Zbynek.Winkler, eric.snow, pconnell, Florian.Apolloner, ashkop, miss-islington, rgammans@gammascience.co.uk |
| 2021-02-22 18:57:38 | terry.reedy | set | messageid: <1614020258.23.0.0687464825464.issue23882@roundup.psfhosted.org> |
| 2021-02-22 18:57:38 | terry.reedy | link | issue23882 messages |
| 2021-02-22 18:57:38 | terry.reedy | create | |