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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/test/TestFramework.py

Improve the worksheet/exercise authoring experience a little.

Show diffs side-by-side

added added

removed removed

Lines of Context:
392
392
            elif var.var_type == "arg":
393
393
                self.add_arg(var)
394
394
            elif var.var_type == "exception":
 
395
                # XXX: wgrant 2010-01-29 bug=514160: Need to restore
 
396
                # support for this.
 
397
                raise AssertionError("Exception variables unsupported.")
395
398
                self.add_exception(var)
396
399
        
397
400
        for test_case in suite.test_cases: