summaryrefslogtreecommitdiff
path: root/mock.wpr
blob: 6da0457c38ba1f40e9638acedaae1d8c715f895f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!wing
#!version=3.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('.'),
                        'excludes': [u'tests/__pycache__'],
                        'filter': '*',
                        'include_hidden': 0,
                        'recursive': 1,
                        'watch_for_changes': 1}]
proj.file-type = 'shared'
testing.auto-test-file-specs = ('*test.py',)