[Webkit-unassigned] [Bug 36591] test-webkitpy: should automatically detect all unit test files in webkitpy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 25 08:09:33 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=36591


Chris Jerdonek <cjerdonek at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cjerdonek at webkit.org




--- Comment #1 from Chris Jerdonek <cjerdonek at webkit.org>  2010-03-25 08:09:33 PST ---
See this page:

http://technogeek.org/python-module.html

Since we need to execute statements of the form "from ..._unittest import *",
we may want to use the pattern below as suggested in the link above:

import_string = "from string import ascii_letters"
exec import_string

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list