Staging
v0.5.1
https://github.com/python/cpython
Revision f64ccb9acf7e5a56ae6d82f1313581995f8b69ec authored by Serhiy Storchaka on 10 November 2015, 13:32:54 UTC, committed by Serhiy Storchaka on 10 November 2015, 13:32:54 UTC
failure when the test is ran the second time.

The root attribute was set in parent class in setUpClass and then
overridded in child class in tearDownClass.
1 parent d0ee226
Raw File
Tip revision: f64ccb9acf7e5a56ae6d82f1313581995f8b69ec authored by Serhiy Storchaka on 10 November 2015, 13:32:54 UTC
Issue #25263: Fixed the tkinter.test.test_tkinter.test_font.FontTest test
Tip revision: f64ccb9
python-wing4.wpr
#!wing
#!version=4.0
##################################################################
# Wing IDE project file                                          #
##################################################################
[project attributes]
proj.directory-list = [{'dirloc': loc('..'),
                        'excludes': [u'.hg',
                                     u'Lib/__pycache__',
                                     u'Doc/build',
                                     u'build'],
                        'filter': '*',
                        'include_hidden': False,
                        'recursive': True,
                        'watch_for_changes': True}]
proj.file-type = 'shared'
back to top