P4DTI issue job000273

TitleUnit test for Python interface to TeamTrack is not part of the test suite
Statusclosed
Priorityoptional
Assigned userGareth Rees
Productproject
OrganizationRavenbrook
DescriptionThe unit test for the Python interface to TeamTrack is not run as part of the test suite when I go to the test/ directory and type "python run_tests.py".
AnalysisThat's because the unit test for the Python interface to TeamTrack is in the file code/python-teamtrack-interface/teamtrack_test.py. It should be in the test/ directory, and be called something like test_teamtrack_interface.py. It should use the PyUnit unit testing framework.
How foundinspection
Evidence<http://www.ravenbrook.com/project/p4dt...n-teamtrack-interface/teamtrack_test.py>
Introduced in1.1.0
Created byGareth Rees
Created on2001-03-22 17:46:56
Last modified byGareth Rees
Last modified on2001-12-10 19:35:11
History2001-03-22 GDR Created.

Fixes

Change Effect Date User Description
11649 closed 2001-04-19 15:43:04 Gareth Rees Moved unit test for Python interface to TeamTrack from the code/python-teamtrack-interface/ directory into the test/ directory, where it can be run with the other test cases.