Skip to content

Commit 5aab898

Browse files
committed
-
1 parent ed6cb19 commit 5aab898

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

misc/IDE files/Wing/python_toolbox.wpr

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!wing
2-
#!version=4.0
2+
#!version=5.0
33
##################################################################
44
# Wing IDE project file #
55
##################################################################
@@ -19,9 +19,7 @@ proj.directory-list = [{'dirloc': loc('../../..'),
1919
proj.file-type = 'shared'
2020
proj.home-dir = loc('../../..')
2121
proj.pypath = {None: ('custom',
22-
'${WING:PROJECT_HOME}'),
23-
loc('../../../run_tests.py'): ('custom',
24-
'')}
22+
path(['${WING:PROJECT_HOME}']))}
2523
proj.shared-attribute-names = ['proj.shared-attribute-names',
2624
'proj.directory-list',
2725
'proj.file-list',
@@ -32,5 +30,6 @@ proj.shared-attribute-names = ['proj.shared-attribute-names',
3230
'testing.test-framework',
3331
'proj.home-dir',
3432
'proj.pypath']
35-
testing.auto-test-file-specs = ('test_python_toolbox/test*.py',)
33+
testing.auto-test-file-specs = [('glob',
34+
'test_python_toolbox/test*.py')]
3635
testing.test-framework = {None: 'nose'}

0 commit comments

Comments
 (0)