forked from sandialabs/SetProgramOptions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SetProgramOptions.wpr
96 lines (96 loc) · 3.69 KB
/
SetProgramOptions.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
#!wing
#!version=7.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
console.toolbox = [{'autosave': True,
'cmd': './exec-tests.sh',
'env': ('project',
[u'']),
'hostname': ('project',
None),
'id': 'cmd-PuvdUCEJPZG2NT4P',
'io_encoding': None,
'key_binding': '',
'line_mode': True,
'pseudo_tty': False,
'pypath': ('project',
[]),
'raise_panel': True,
'rundir': ('project',
u''),
'shared': False,
'title': 'Execute Test Driver',
'use_container': False},
{'autosave': True,
'cmd': 'bash',
'env': ('merge',
[u'TERM=dumb']),
'hostname': ('project',
None),
'id': 'cmd-hxLtCWCSaaBFSS9o',
'io_encoding': 'utf_8',
'key_binding': '',
'line_mode': True,
'pseudo_tty': True,
'pypath': ('project',
[]),
'raise_panel': True,
'rundir': ('project',
u''),
'shared': False,
'title': 'Terminal',
'use_container': False}]
debug.launch-configs = (2,
{'launch-5Gyw4cvA0PytPLLy': ({'shared': True},
{'buildcmd': ('project',
None),
'env': ('project',
[u'']),
'name': 'Python3',
'pyexec': ('custom',
u'python3'),
'pypath': ('project',
[]),
'pyrunargs': ('project',
'-u'),
'runargs': u'',
'rundir': ('project',
u'')}),
'launch-pSpqgZPSd150o8dx': ({'shared': True},
{'buildcmd': ('project',
None),
'env': ('project',
[u'']),
'name': 'Python3.9',
'pyexec': ('custom',
u'python3.9'),
'pypath': ('project',
[]),
'pyrunargs': ('project',
'-u'),
'runargs': u'',
'rundir': ('project',
u'')})})
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'tests',
u'dist',
'.pytest_cache',
u'setprogramoptions/__pycache__',
'.coverage',
'.git'],
'filter': '*',
'include_hidden': True,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('pytest.ini')]
proj.file-type = 'shared'
proj.launch-config = {loc('../../coding/pyExampleLib/configparser/configparser-example.py'): ('c'\
'ustom',
(u'',
'launch-5Gyw4cvA0PytPLLy'))}
proj.main-file = loc('examples/example-01.py')
testing.auto-test-file-specs = (('regex',
'src\\\\unittests\\\\test_.*\\.py'),)
testing.test-framework = {None: ':internal pytest'}