This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sconseil
Recipients _kud, ned.deily, orsenthil, ronaldoussoren, sconseil
Date 2016-01-12.22:43:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452638584.69.0.767582743359.issue24955@psf.upfronthosting.co.za>
In-reply-to
Content
I have looked at the webbrowser tests and it seems not so easy: currently the MacOS browser classes are not tested, and they don't the GenericBrowser base class. Instead they use custom code with os.popen, so it would require some work either replace os.popen with subprocess.Popen, or to mock the os.popen calls. I'm not sure I will the time to dig into this.
History
Date User Action Args
2016-01-12 22:43:04sconseilsetrecipients: + sconseil, ronaldoussoren, orsenthil, ned.deily, _kud
2016-01-12 22:43:04sconseilsetmessageid: <1452638584.69.0.767582743359.issue24955@psf.upfronthosting.co.za>
2016-01-12 22:43:04sconseillinkissue24955 messages
2016-01-12 22:43:04sconseilcreate