File: mock.wpr

package info (click to toggle)
python-mock 2.0.0-3~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 564 kB
  • sloc: python: 5,677; sh: 37; makefile: 11
file content (26 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (9)
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',)