Issue 17457: extend test discovery to support namespace packages

This commit is contained in:
Michael Foord 2013-11-23 13:29:23 +00:00
parent 8933521b3d
commit e28bb15054
4 changed files with 150 additions and 11 deletions

18
Misc/python-wing5.wpr Normal file
View file

@ -0,0 +1,18 @@
#!wing
#!version=5.0
##################################################################
# Wing IDE project file #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
'excludes': [u'.hg',
u'Lib/unittest/__pycache__',
u'Lib/unittest/test/__pycache__',
u'Lib/__pycache__',
u'build',
u'Doc/build'],
'filter': '*',
'include_hidden': False,
'recursive': True,
'watch_for_changes': True}]
proj.file-type = 'shared'