Message273068
| Author | r.david.murray |
|---|---|
| Recipients | Alex.Willmer, larry, r.david.murray, serhiy.storchaka, vstinner, xdegaye, yan12125 |
| Date | 2016-08-19.00:09:49 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471565391.21.0.461826572344.issue26944@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Haypo: we are testing that our function wrapper (getgroups) returns something that we can parse as matching the results from the 'id' command. This gives us a much more meaningful test than just testing that getgroups returns *something*. That is, we are testing that it returns integers, and that they "look right". In that light, I propose an alternate patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-19 00:09:51 | r.david.murray | set | recipients: + r.david.murray, vstinner, larry, xdegaye, serhiy.storchaka, Alex.Willmer, yan12125 |
| 2016-08-19 00:09:51 | r.david.murray | set | messageid: <1471565391.21.0.461826572344.issue26944@psf.upfronthosting.co.za> |
| 2016-08-19 00:09:51 | r.david.murray | link | issue26944 messages |
| 2016-08-19 00:09:50 | r.david.murray | create | |