[Anygui-checkins] CVS: nondist/sandbox/magnus/tester runme.py,1.3,1.4
Brought to you by:
mlh
From: Magnus L. H. <ml...@us...> - 2003-06-09 18:40:40
|
Update of /cvsroot/anygui/nondist/sandbox/magnus/tester In directory sc8-pr-cvs1:/tmp/cvs-serv24307 Modified Files: runme.py Log Message: Index: runme.py =================================================================== RCS file: /cvsroot/anygui/nondist/sandbox/magnus/tester/runme.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** runme.py 9 Jun 2003 18:40:00 -0000 1.3 --- runme.py 9 Jun 2003 18:40:37 -0000 1.4 *************** *** 1,6 **** #!/usr/bin/env python ! # FIXME: Currently resets all results; should keep results from other ! # back-ends. Rewrite to create a single table of successes/failures for all # back-ends, parse in existing test results from the result file, and # display the test descriptions only once, below the table. --- 1,5 ---- #!/usr/bin/env python ! # FIXME: Rewrite to create a single table of successes/failures for all # back-ends, parse in existing test results from the result file, and # display the test descriptions only once, below the table. |