~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to test/test_framework/tests.py

  • Committer: dilshan_a
  • Date: 2008-01-24 22:19:58 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:290
Updated test.py so it works with the new output form test framework.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
from parse_tute import *
6
6
 
7
 
def str_exception(test_exception_obj):
8
 
    string = ""
9
 
    
10
7
def print_results(problem):
11
8
    print "Problem: %s" %problem['name']
12
9
    if 'critical_error' in problem: