Skip to content

Commit 707532f

Browse files
committed
-
1 parent 1d16b0b commit 707532f

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed
File renamed without changes.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
#!wing
2+
#!version=5.0
3+
##################################################################
4+
# Wing IDE project file #
5+
##################################################################
6+
[project attributes]
7+
debug.launch-configs = (1,
8+
{'launch-OHU716PSo2P5T54y': ({},
9+
{'buildcmd': ('default',
10+
None),
11+
'env': ('project',
12+
[u'']),
13+
'name': u'Launch Config 1',
14+
'pyexec': ('default',
15+
u''),
16+
'pypath': ('default',
17+
''),
18+
'pyrunargs': ('project',
19+
u''),
20+
'runargs': u'',
21+
'rundir': ('default',
22+
u'')})})
23+
proj.directory-list = [{'dirloc': loc('../../..'),
24+
'excludes': [u'source_py2',
25+
u'nosetests.xml',
26+
u'.coverage_html_report',
27+
u'build',
28+
u'dist',
29+
u'docs/_build',
30+
u'python_toolbox.egg-info'],
31+
'filter': '*',
32+
'include_hidden': False,
33+
'recursive': True,
34+
'watch_for_changes': True}]
35+
proj.file-type = 'shared'
36+
proj.home-dir = loc('../../..')
37+
proj.launch-config = {loc('../../../../../../../../Python27/Scripts/_test_python_toolbox.py'): (''\
38+
'custom',
39+
(u'',
40+
'launch-OHU716PSo2P5T54y'))}
41+
testing.auto-test-file-specs = [('glob',
42+
'test_python_toolbox/test*.py')]
43+
testing.test-framework = {None: 'nose'}

0 commit comments

Comments
 (0)