Message268319
Serhiy: entry=entry as much as any name=expression pair to print the value of variable entry on test failure, either "entry=<tkinter.Entry object .58910800>)" or "entry=<tkinter.ttk.Entry object .58911024>)", as in
======================================================================
FAIL: test_paste_entry (__main__.PasteTest) (ans='two', end='end', entry=<tkinter.ttk.Entry object .58911024>)
Test pasting into an entry with and without a selection.
----------------------------------------------------------------------
Traceback (most recent call last):
File "F:\Python\dev\36\lib\idlelib\idle_test\test_editmenu.py", line 53, in test_paste_entry
self.assertTrue(False)
AssertionError: False is not true |
|
Date |
User |
Action |
Args |
2016-06-12 04:28:04 | terry.reedy | set | recipients:
+ terry.reedy, gpolo, ned.deily, roger.serwy, weeble, r.david.murray, Todd.Rovito, Mark.Young, python-dev, serhiy.storchaka, Guilherme.Simões |
2016-06-12 04:28:04 | terry.reedy | set | messageid: <1465705684.3.0.971329712643.issue5124@psf.upfronthosting.co.za> |
2016-06-12 04:28:04 | terry.reedy | link | issue5124 messages |
2016-06-12 04:28:03 | terry.reedy | create | |
|