eric5_unittest.py

changeset 3034
7ce719013078
parent 2965
d133c7edd88a
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
44 44
45 def main(): 45 def main():
46 """ 46 """
47 Main entry point into the application. 47 Main entry point into the application.
48 """ 48 """
49 options = [\ 49 options = [
50 ("--config=configDir", 50 ("--config=configDir",
51 "use the given directory as the one containing the config files"), 51 "use the given directory as the one containing the config files"),
52 ] 52 ]
53 appinfo = AppInfo.makeAppInfo(sys.argv, 53 appinfo = AppInfo.makeAppInfo(sys.argv,
54 "Eric5 Unittest", 54 "Eric5 Unittest",

eric ide

mercurial