File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,23 @@ proj.directory-list = [{'dirloc': loc('../../..'),
2424 'watch_for_changes': True}]
2525proj.file-type = 'shared'
2626proj.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'))}
3045testing.auto-test-file-specs = [('glob',
3146 'test_python_toolbox/test*.py')]
You can’t perform that action at this time.
0 commit comments