Staging
v0.5.1
https://github.com/python/cpython
Revision b729af3d9dfdf215556b83488e5585331e69b994 authored by Victor Stinner on 30 May 2018, 15:41:30 UTC, committed by GitHub on 30 May 2018, 15:41:30 UTC
Using -w, when failing tests are re-run in verbose mode, display
again the tests results at the end.

(cherry picked from commit c6c05d0e69cd5a7d0205019c29a1236b7bf3f5b9)
1 parent f7a19c2
Raw File
Tip revision: b729af3d9dfdf215556b83488e5585331e69b994 authored by Victor Stinner on 30 May 2018, 15:41:30 UTC
regrtest: repeat summary after re-run (GH-7159) (GH-7245)
Tip revision: b729af3
python-wing4.wpr
#!wing
#!version=4.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'
back to top