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 varmaa
Recipients varmaa
Date 2007-08-24.00:23:08
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1187914988.48.0.215976715361.issue1006@psf.upfronthosting.co.za>
In-reply-to
Content
This patch refactors test_winreg.py to use unittest.  When this patch is
applied, Lib/test/output/test_winreg can be removed.

I also made a few formatting changes to ensure that all lines are
constrained to 80-characters.

The original test_winreg.py took a command-line argument, "--remote", to
specify the name of a remote computer to run tests on.  For now, I've
added a unittest test called "testRemoteMachineRegistryWorks" which
raises a test_support.TestSkipped exception if the "--remote" argument
wasn't specified.  I'm not sure if this is optimal behavior; it can be
changed if not, of course.
Files
File name Uploaded
refactor_test_winreg.py.patch varmaa, 2007-08-24.00:23:08
History
Date User Action Args
2007-08-24 12:51:25forsbergsetspambayes_score: 0.640844 -> 0.0
2007-08-24 00:23:08varmaasetspambayes_score: 0.640844 -> 0.640844
recipients: + varmaa
2007-08-24 00:23:08varmaasetspambayes_score: 0.640844 -> 0.640844
messageid: <1187914988.48.0.215976715361.issue1006@psf.upfronthosting.co.za>
2007-08-24 00:23:08varmaalinkissue1006 messages
2007-08-24 00:23:08varmaacreate