eric7/PyUnit/UnittestDialog.py

branch
unittest
changeset 9055
08b2702b4f81
parent 8881
54e42bc2437a
child 9066
a219ade50f7c
equal deleted inserted replaced
9054:adae534abaf0 9055:08b2702b4f81
711 711
712 If the unittest suite was loaded successfully, we ask the 712 If the unittest suite was loaded successfully, we ask the
713 client to run the test suite. 713 client to run the test suite.
714 714
715 @param testCases list of detected test cases 715 @param testCases list of detected test cases
716 @type str 716 @type list of str
717 @param exc_type exception type occured during discovery 717 @param exc_type exception type occured during discovery
718 @type str 718 @type str
719 @param exc_value value of exception occured during discovery 719 @param exc_value value of exception occured during discovery
720 @type str 720 @type str
721 """ 721 """

eric ide

mercurial