Linux users: please run gui tests

Terry Reedy tjreedy at udel.edu
Fri Aug 7 21:25:21 EDT 2015


On 8/7/2015 1:01 PM, Laura Creighton wrote:

> ======================================================================
> FAIL: test_get (tkinter.test.test_tkinter.test_variables.TestBooleanVar)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>    File "/usr/lib/python3.4/tkinter/test/test_tkinter/test_variables.py", line 167, in test_get
>        self.assertIs(v.get(), True)
>        AssertionError: 1 is not True

https://bugs.python.org/issue15601
was about this very test failure.  The failure only occurred with tk 
8.4.  What tk version do you have?  (Easily found, for instance, in Idle 
-> Help -> About Idle. (python3 -m idlelib should start idle).

-- 
Terry Jan Reedy




More information about the Python-list mailing list