mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Issue 17457: extend test discovery to support namespace packages
This commit is contained in:
parent
8933521b3d
commit
e28bb15054
4 changed files with 150 additions and 11 deletions
18
Misc/python-wing5.wpr
Normal file
18
Misc/python-wing5.wpr
Normal 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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue