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 philwebster
Recipients JayKrish, philwebster
Date 2013-06-21.22:37:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371854273.68.0.541594598967.issue18279@psf.upfronthosting.co.za>
In-reply-to
Content
This is a single test for RstripExtension.py, following from #15392. I also added a mock EditorWindow module with a Text widget for testing. test_rstripextension.py seems to run fine inside IDLE and produces the following output:

>>> 
test_do_rstrip (__main__.Test_rstripextension) ... ok

----------------------------------------------------------------------
Ran 1 test in 0.100s

OK

However, when I run via the command line, I get the following output:

philwebster@ubuntu:~/Dev/cpython$ ./python -m test -ugui test_idle
[1/1] test_idle
Warning -- warnings.showwarning was modified by test_idle
1 test altered the execution environment:
    test_idle

I attempted to replicate the results from #18189, but saw the same message. Any thoughts?
History
Date User Action Args
2013-06-21 22:37:53philwebstersetrecipients: + philwebster, JayKrish
2013-06-21 22:37:53philwebstersetmessageid: <1371854273.68.0.541594598967.issue18279@psf.upfronthosting.co.za>
2013-06-21 22:37:53philwebsterlinkissue18279 messages
2013-06-21 22:37:53philwebstercreate