Skip to content

Commit 12c52e6

Browse files
committed
Merge branch 'origin/master'
Conflicts: misc/IDE files/Wing/python_toolbox.wpr
2 parents 59edf10 + 5aab898 commit 12c52e6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

misc/IDE files/Wing/python_toolbox.wpr

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,23 @@ proj.directory-list = [{'dirloc': loc('../../..'),
2424
'watch_for_changes': True}]
2525
proj.file-type = 'shared'
2626
proj.home-dir = loc('../../..')
27-
proj.launch-config = {loc('../../../run_tests.py'): ('custom',
27+
proj.launch-config = {loc('../../../python_toolbox/__init__.py'): ('project',
28+
(u'',
29+
'launch-OHU716PSo2P5T54y')),
30+
loc('../../../python_toolbox/binary_search/binary_search_profile.py'): (''\
31+
'project',
32+
(u'',
33+
'launch-OHU716PSo2P5T54y')),
34+
loc('../../../python_toolbox/cute_iter_tools.py'): ('p'\
35+
'roject',
36+
(u'',
37+
'launch-OHU716PSo2P5T54y')),
38+
loc('../../../run_tests.py'): ('custom',
2839
('',
40+
'launch-OHU716PSo2P5T54y')),
41+
loc('../../../test_python_toolbox/test_binary_search/test.py'): (''\
42+
'project',
43+
(u'',
2944
'launch-OHU716PSo2P5T54y'))}
3045
testing.auto-test-file-specs = [('glob',
3146
'test_python_toolbox/test*.py')]

0 commit comments

Comments
 (0)