| Title | Procedure for running a single test does not (always?) work. |
| Status | suspended |
| Priority | optional |
| Assigned user | David Jones |
| Organization | Ravenbrook |
| Description | The test design [1] describes a procedure for running a single test. This procedure does not work for drj. |
| Analysis | I'm running python 2.2 on FreeBSD (installed from ports). This version of python comes with a unittest.py. It looks like that this version of unittest.py does not quite support the invocation mode. It almost does (in the case where a single test case is specified it looks for test methods called "test..." and not "runTest" as well). This might be considered a bug in unittest.py. Workaround: python test_message.py wrap.runTest |
| How found | manual_test |
| Evidence | [1] <URL: http://info.ravenbrook.com/project/p4dti/master/design/test/> |
| Observed in | 1.5.3 |
| Created by | David Jones |
| Created on | 2003-06-02 12:06:17 |
| Last modified by | Nick Barnes |
| Last modified on | 2018-07-05 17:28:08 |
| History | 2003-06-02 DRJ Created 2018-07-05 NB Suspended because the P4DTI is obsolete. |