File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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('../../..'),
1919proj.file-type = 'shared'
2020proj.home-dir = loc('../../..')
2121proj.pypath = {None: ('custom',
22- '${WING:PROJECT_HOME}'),
23- loc('../../../run_tests.py'): ('custom',
24- '')}
22+ path(['${WING:PROJECT_HOME}']))}
2523proj.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')]
3635testing.test-framework = {None: 'nose'}
You can’t perform that action at this time.
0 commit comments