summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_webbrowser.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #23262: The webbrowser module now supports Firefox 36+ and derivedSerhiy Storchaka2016-10-301-0/+25
| | | | browsers. Based on patch by Oleg Broytman.
* fix duplicate test name (closes #19126)Benjamin Peterson2013-09-291-1/+1
|
* #15557,#15447,#15509: webbrowser test suite added.R David Murray2012-09-031-0/+192
Initial patch by Anton Barkovsky, refined a bit by me to further subdivide the test methods. Provides tests for the previous two bug fix commits.