-
Notifications
You must be signed in to change notification settings - Fork 2
/
dao.wpr
24 lines (24 loc) · 1.21 KB
/
dao.wpr
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!wing
#!version=4.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'dao/compiler/type.py'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
testing.auto-test-file-specs = ('e:\\dao\\dao\\tests\\test*.py',
'e:\\dao\\dao\\t\\tests\\test*.py',
'e:\\dao\\dao\\builtins\\tests\\test*.py',
'e:\\dao\\dao\\compiler\\tests\\test*.py',
'e:\\dao\\dao\\dinpy\\tests\\test*.py')
testing.test-framework = {None: 'nose',
loc('dao/dinpy/tests/testdoc_interactive.py'): ':i'\
'nternal doctest',
loc('dao/dinpy/tests/testdoc_parse_interactive.py'): ''\
':internal doctest',
loc('dao/pysyntax.py'): ':internal doctest'}