[issue5083] New resource ('gui') for regrtest

2009-01-28 Thread Guilherme Polo
Guilherme Polo added the comment: Added in r69063 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bu

[issue5083] New resource ('gui') for regrtest

2009-01-28 Thread Guilherme Polo
Guilherme Polo added the comment: > Well, if the libraries for Ttk are not included then the tests should > get skipped when the import fails. > Ah yes, good you said that because I wasn't doing it. > A key reason to leaving something out of 'all' is if it takes a REALLY > long time like the z

[issue5083] New resource ('gui') for regrtest

2009-01-28 Thread Brett Cannon
Brett Cannon added the comment: Well, if the libraries for Ttk are not included then the tests should get skipped when the import fails. A key reason to leaving something out of 'all' is if it takes a REALLY long time like the zipfile64 tests. -- nosy: +brett.cannon __

[issue5083] New resource ('gui') for regrtest

2009-01-28 Thread Guilherme Polo
Guilherme Polo added the comment: > Do the tests require human interaction? If so, it should definitely be > another option. > No interaction is needed for the current ones. > Otherwise, I'm don't know if we'll be wreaking havok with the buildbots > by including it in -uall even if it is autom

[issue5083] New resource ('gui') for regrtest

2009-01-28 Thread Benjamin Peterson
Benjamin Peterson added the comment: Do the tests require human interaction? If so, it should definitely be another option. Otherwise, I'm don't know if we'll be wreaking havok with the buildbots by including it in -uall even if it is automatic. -- nosy: +benjamin.peterson ___

[issue5083] New resource ('gui') for regrtest

2009-01-28 Thread Guilherme Polo
Guilherme Polo added the comment: Uhm, maybe this 'gui' resource is too special to live in use_resources ? Maybe a new option in regrtest would be better ? ___ Python tracker ___

[issue5083] New resource ('gui') for regrtest

2009-01-27 Thread Guilherme Polo
New submission from Guilherme Polo : I would like to add a 'gui' resource in regrtest, this would be nice for the ttk module that I'm planning to do add very soon (after I solve another issue about tests). -- components: Tests files: regrtest_gui_resource.diff keywords: patch messages: 8