summaryrefslogtreecommitdiff
path: root/mock.wpr
blob: e1ded97130cb0bab1a25e2d3a88b6fa46dcbd4c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
                        'excludes': [u'latex',
                                     u'.hg',
                                     u'.tox',
                                     u'dist',
                                     u'htmlcov',
                                     u'extendmock.py',
                                     u'__pycache__',
                                     u'html',
                                     u'build',
                                     u'mock.egg-info',
                                     u'tests/__pycache__',
                                     u'.hgignore',
                                     u'.hgtags'],
                        'filter': '*',
                        'include_hidden': 0,
                        'recursive': 1,
                        'watch_for_changes': 1}]
proj.file-type = 'shared'
testing.auto-test-file-specs = ('test*.py',)