Title | It's hard to run the unit tests on an installed P4DTI |
Status | closed |
Priority | optional |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | It's hard to make the unit tests run on an installed P4DTI. You have to edit the file test_p4dti.py and change the line starting "sys.path.append" so that it imports modules from the P4DTI installation directory. |
Analysis | The test_p4dti.py has this path hard-coded. It should get it from some external source, for example the configuration file, or an environment variable, or a command-line option. |
How found | manual_test |
Evidence | <http://www.ravenbrook.com/project/p4dt...3-12/integration-kit/test/test_p4dti.py > |
Observed in | 1.1.6 |
Introduced in | 1.1.0 |
Created by | Gareth Rees |
Created on | 2001-03-22 17:52:45 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:35:42 |
History | 2001-03-12 GDR Created. |