eric5-unittest.py

changeset 18
3b1f5d872fd7
parent 15
f6ccc31d6e72
child 97
c4086afea02b
equal deleted inserted replaced
17:edde1fe80b3e 18:3b1f5d872fd7
3 3
4 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2002 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Eric4 Unittest 8 Eric5 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 """
47 options = [\ 47 options = [\
48 ("--config=configDir", 48 ("--config=configDir",
49 "use the given directory as the one containing the config files"), 49 "use the given directory as the one containing the config files"),
50 ] 50 ]
51 appinfo = Startup.makeAppInfo(sys.argv, 51 appinfo = Startup.makeAppInfo(sys.argv,
52 "Eric4 Unittest", 52 "Eric5 Unittest",
53 "file", 53 "file",
54 "Graphical unit test application", 54 "Graphical unit test application",
55 options) 55 options)
56 res = Startup.simpleAppStartup(sys.argv, 56 res = Startup.simpleAppStartup(sys.argv,
57 appinfo, 57 appinfo,

eric ide

mercurial