[Webkit-unassigned] [Bug 105607] Use Python 2.7 unittest syntax in our unittests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 10 11:00:44 PST 2013


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





--- Comment #7 from Dirk Pranke <dpranke at chromium.org>  2013-01-10 11:02:35 PST ---
(In reply to comment #6)
> (In reply to comment #5)
> > (In reply to comment #4)
> > > We should probably go through all the files and change unittest to unittest2 so that we're consistent in the functionality available in the tests.
> > 
> > Just to clear it up, in a recent patch the unittest2 module was not imported from webkitpy.thirdparty.autoinstalled. What's the stance on this? Could a system-wide unittest2 module be used instead of the one that's installed by webkitpy? Could this cause problems?
> 

I suppose it's possible that it could, but I wouldn't normally expect it to.

> It appears thirdparty.autoinstalled is added to sys.path these days, for better or worse.

Yes, it needs to, for some of the packages to work (pylint in particular, though I think there's another as well).

-- 
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