eric6_unittest.py

changeset 3670
f0cb7579c0b4
parent 3669
ac84ac3c0f05
child 3778
0c5bc18da740
equal deleted inserted replaced
3669:ac84ac3c0f05 3670:f0cb7579c0b4
3 3
4 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2002 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric5 Unittest. 8 Eric6 Unittest.
9 9
10 This is the main Python script that performs the necessary initialization 10 This is the main Python script that performs the necessary initialization
11 of the unittest module and starts the Qt event loop. This is a standalone 11 of the unittest module and starts the Qt event loop. This is a standalone
12 version of the integrated unittest module. 12 version of the integrated unittest module.
13 """ 13 """
55 options = [ 55 options = [
56 ("--config=configDir", 56 ("--config=configDir",
57 "use the given directory as the one containing the config files"), 57 "use the given directory as the one containing the config files"),
58 ] 58 ]
59 appinfo = AppInfo.makeAppInfo(sys.argv, 59 appinfo = AppInfo.makeAppInfo(sys.argv,
60 "Eric5 Unittest", 60 "Eric6 Unittest",
61 "file", 61 "file",
62 "Graphical unit test application", 62 "Graphical unit test application",
63 options) 63 options)
64 res = Startup.simpleAppStartup(sys.argv, 64 res = Startup.simpleAppStartup(sys.argv,
65 appinfo, 65 appinfo,

eric ide

mercurial