This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
ConfigParserEnhanced.wpr
40 lines (40 loc) · 1.72 KB
/
ConfigParserEnhanced.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!wing
#!version=7.0
##################################################################
# Wing project file #
##################################################################
[project attributes]
console.toolbox = [{'autosave': True,
'cmd': 'exec-tests.sh ',
'env': ('project',
[u'']),
'hostname': ('project',
None),
'id': 'cmd-oV5bOWsmbUl3eefG',
'io_encoding': None,
'key_binding': '',
'line_mode': True,
'pseudo_tty': False,
'pypath': ('project',
[]),
'raise_panel': True,
'rundir': ('project',
u''),
'shared': False,
'title': 'Execute Tests',
'use_container': False}]
proj.directory-list = [{'dirloc': loc('.'),
'excludes': [u'tests',
u'dist',
u'configparserenhanced/__pycache__',
'.pytest_cache',
'.coverage',
'.git'],
'filter': '*',
'include_hidden': True,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'
proj.main-file = loc('examples/ConfigParserEnhanced-example-01.py')
testing.auto-test-file-specs = (('glob',
'unittests/test_*.py'),)