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

« back to all changes in this revision

Viewing changes to ivle/database.py

Clean up and improve docstrings for TestFramework, and clean up exercise editor UI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
990
990
    suite = Reference(suiteid, "TestSuite.suiteid")
991
991
    passmsg = Unicode()
992
992
    failmsg = Unicode()
993
 
    test_default = Unicode()
 
993
    test_default = Unicode() # Currently unused - only used for file matching.
994
994
    seq_no = Int()
995
995
 
996
996
    parts = ReferenceSet(testid, "TestCasePart.testid")