Skip to content

Commit efc4e03

Browse files
committed
-
1 parent e1c72ce commit efc4e03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

misc/IDE files/Wing/python_toolbox_py2.wpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ proj.shared-attribute-names = ['proj.shared-attribute-names',
4646
'debug.named-entry-points',
4747
'debug.launch-configs',
4848
'console.toolbox']
49-
testing.auto-test-file-specs = [('glob',
50-
'test_python_toolbox/test*.py')]
49+
testing.auto-test-file-specs = [('regex',
50+
'test_python_toolbox(/test[^/.]*)+[.]py')]
5151
testing.test-framework = {None: 'nose'}

misc/IDE files/Wing/python_toolbox_py3.wpr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ proj.shared-attribute-names = ['proj.shared-attribute-names',
4646
'debug.named-entry-points',
4747
'debug.launch-configs',
4848
'console.toolbox']
49-
testing.auto-test-file-specs = [('glob',
50-
'test_python_toolbox/test*.py')]
49+
testing.auto-test-file-specs = [('regex',
50+
'test_python_toolbox(/test[^/.]*)+[.]py')]
5151
testing.test-framework = {None: 'nose'}

0 commit comments

Comments
 (0)