Message335383
| Author | terry.reedy |
|---|---|
| Recipients | Denton-L, cheryl.sabella, docs@python, mrabarnett, orsenthil, terry.reedy |
| Date | 2019-02-13.02:33:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550025230.18.0.533647287072.issue35155@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
unittest is another module with half-fixed and half-variable names. The default (glob) pattern for test module names is given as "test*.py". The fixed pattern for test methods is given as "starts with 'test'". This could have been given, I believe, as re "test/w*", but it wasn't. The former is clearer for more people. So no guidance there. I agree that we should follow the 2 precedents. Thank you both. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-13 02:33:50 | terry.reedy | set | recipients: + terry.reedy, orsenthil, mrabarnett, docs@python, cheryl.sabella, Denton-L |
| 2019-02-13 02:33:50 | terry.reedy | set | messageid: <1550025230.18.0.533647287072.issue35155@roundup.psfhosted.org> |
| 2019-02-13 02:33:50 | terry.reedy | link | issue35155 messages |
| 2019-02-13 02:33:50 | terry.reedy | create | |