eric6/PyUnit/UnittestDialog.py

changeset 7071
c9ff30a1acbb
parent 6942
2602857055c5
child 7072
66ef92f769bf
equal deleted inserted replaced
7064:1010f737def2 7071:c9ff30a1acbb
409 if not clientType: 409 if not clientType:
410 # assume Python 3 410 # assume Python 3
411 clientType = "Python3" 411 clientType = "Python3"
412 sysPath = [] 412 sysPath = []
413 self.__dbs.remoteUTDiscover(clientType, self.__forProject, 413 self.__dbs.remoteUTDiscover(clientType, self.__forProject,
414 workdir, venvName, sysPath, 414 venvName, sysPath, workdir,
415 discoveryStart) 415 discoveryStart)
416 else: 416 else:
417 # we are running as an application 417 # we are running as an application
418 if not discoveryStart: 418 if not discoveryStart:
419 E5MessageBox.critical( 419 E5MessageBox.critical(

eric ide

mercurial