Message193819
| Author | ncoghlan |
|---|---|
| Recipients | docs@python, ncoghlan |
| Date | 2013-07-28.12:32:44 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1375014764.64.0.152576599022.issue18576@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
tests.script_helper provides various utilities for sensibly testing scripts in a subprocess. It isn't easy for CPython developers to discover, since it is isn't documented and the file is mixed in with actual tests in the main test directory. As discussed in #15494, it should be: 1. Moved from Lib/test/ to Lib/test/support (and imports in tests adjusted accordingly) 2. Documented in Doc/library/test.rst These changes should be made on both the 3.3 and default branches to avoid spurious merge conflicts. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-28 12:32:44 | ncoghlan | set | recipients: + ncoghlan, docs@python |
| 2013-07-28 12:32:44 | ncoghlan | set | messageid: <1375014764.64.0.152576599022.issue18576@psf.upfronthosting.co.za> |
| 2013-07-28 12:32:44 | ncoghlan | link | issue18576 messages |
| 2013-07-28 12:32:44 | ncoghlan | create | |