mock.wpr 1.15 KB
Newer Older
Jon Maron committed
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',)