[issue15557] Tests for webbrowser module

R. David Murray report at bugs.python.org
Mon Sep 3 04:45:46 CEST 2012


R. David Murray added the comment:

Thanks, Anton.

I took your last patch just a bit further, mostly to make it easy to break up the test methods that test multiple things into test methods that test just one thing.  I also made the test insensitive to the order of the options on the command line, since in theory that shouldn't matter (this makes the tests more robust in the face of changes to the code). 

I'm pretty sure I transcribed all the tests correctly, but it would be great if you would double check me.

----------
Added file: http://bugs.python.org/file27107/test_webbrowser.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15557>
_______________________________________


More information about the Python-bugs-list mailing list