-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathjoyous.wpr
35 lines (35 loc) · 1.33 KB
/
joyous.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
#!wing
#!version=6.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
debug.launch-configs = (2,
{'launch-I4nAbZtRZM8RJJIG': ({},
{'buildcmd': ('project',
None),
'env': ('merge',
[u"DJANGO_SETTINGS_MODULE= 'ls.joyous.tests.settings'"]),
'name': 'Testing',
'pyexec': ('custom',
u'/home/djm/env/software/bin/python'),
'pypath': ('project',
[]),
'pyrunargs': ('project',
'-u'),
'runargs': u'',
'rundir': ('project',
u'')})})
proj.directory-list = [{'dirloc': loc('ls/joyous'),
'excludes': (),
'filter': u'*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-list = [loc('runtests.py')]
proj.file-type = 'shared'
proj.launch-config = {loc('runtests.py'): ('project',
(u'test_forms.Test.testNoneAssimilated',
''))}
proj.main-file = loc('runtests.py')
testing.test-framework = {None: ':internal djangotest'}