Issue #18492: Allow all resources when tests are not run by regrtest.py.

This changeset also includes cleanup allowed by this behavior change.
This commit is contained in:
Zachary Ware 2014-06-02 16:01:29 -05:00
parent 8dd49fe09f
commit 66f2928479
14 changed files with 37 additions and 59 deletions

View file

@ -188,7 +188,6 @@ def get_comment_header(line):
return m.group(1)
if __name__ == "__main__":
from test import support; support.use_resources = ['gui']
import unittest
unittest.main('idlelib.idle_test.test_formatparagraph',
verbosity=2, exit=False)