Path: csiph.com!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'cpython': 0.05; 'python3': 0.05; 'skip:" 60': 0.05; 'true)': 0.07; 'unittest': 0.07; 'cc:addr :python-list': 0.09; 'failed:': 0.09; 'false)': 0.09; 'namespace': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'skip:= 70': 0.10; 'output': 0.13; '>in': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'failures,': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:gui': 0.16; 'subject:run': 0.16; 'to:addr:web.de': 0.16; 'verbose=0,': 0.16; 'test.': 0.18; 'tests': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'cc:2**1': 0.22; '(most': 0.24; 'header:In- Reply-To:1': 0.24; 'testing': 0.25; 'rest': 0.26; 'fri,': 0.27; '+0200,': 0.27; 'follows': 0.29; 'hash': 0.29; 'received:se': 0.29; 'skip:( 50': 0.29; 'subject:users': 0.29; 'cc:no real name:2**1': 0.29; 'that.': 0.30; 'skip:/ 20': 0.33; 'traceback': 0.33; 'file': 0.34; 'skip:d 20': 0.34; 'fail': 0.35; 'false': 0.35; 'subject:please': 0.35; 'too': 0.36; 'skip:i 20': 0.36; 'there': 0.36; 'lines': 0.36; 'possible': 0.36; 'framework': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'skip:s 40': 0.38; 'thank': 0.38; 'test': 0.39; "didn't": 0.39; 'still': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'skip:n 10': 0.62; 'you.': 0.64; 'jul': 0.72; 'received:89': 0.80; '>note': 0.84; 'otten': 0.84 To: Peter Otten <__peter__@web.de> cc: python-list@python.org, lac@openend.se From: Laura Creighton Subject: Re: Linux users: please run gui tests In-Reply-To: Message from Peter Otten <__peter__@web.de> of "Fri, 07 Aug 2015 17:34:54 +0200." References: <87wpx7fsb9.fsf@Equus.decebal.nl> <87si7vfqwn.fsf@Equus.decebal.nl> <201508071238.t77CcY7n018432@fido.openend.se> <201508071346.t77DkL2t031696@fido.openend.se> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4577.1438966872.1@fido> Content-Transfer-Encoding: quoted-printable Date: Fri, 07 Aug 2015 19:01:12 +0200 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Fri, 07 Aug 2015 19:01:15 +0200 (CEST) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 80 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438966885 news.xs4all.nl 2963 [2001:888:2000:d::a6]:38252 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:95132 In a message of Fri, 07 Aug 2015 17:34:54 +0200, Peter Otten writes: >Run > >$ python3 -m test -ugui -v test_tk > >(That way the unittest framework will see the -v option) Aha, I didn't understand that. Thank you. >Note that there are lines like > ># possible namespace for /home/lac/src/accounting/test > >in your python3 -v output that indicate that there may still be too much = in = >your PYTHONPATH. It's now "" for this test. I get 3 failures, as follows (I trimmed the rest of the ok ones). =3D CPython 3.4.3+ (default, Jul 28 2015, 13:17:50) [GCC 4.9.3] =3D=3D Linux-3.16.0-4-amd64-x86_64-with-debian-stretch-sid little-endian =3D=3D hash algorithm: siphash24 64bit =3D=3D /tmp/test_python_7974 Testing with flags: sys.flags(debug=3D0, inspect=3D0, interactive=3D0, opt= imize=3D0, dont_write_bytecode=3D0, no_user_site=3D0, no_site=3D0, ignore_= environment=3D0, verbose=3D0, bytes_warning=3D0, quiet=3D0, hash_randomiza= tion=3D1, isolated=3D0) test_default (tkinter.test.test_tkinter.test_variables.TestBooleanVar) ...= FAIL test_get (tkinter.test.test_tkinter.test_variables.TestBooleanVar) ... FAI= L test_set (tkinter.test.test_tkinter.test_variables.TestBooleanVar) ... FAI= L =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FAIL: test_default (tkinter.test.test_tkinter.test_variables.TestBooleanVa= r) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.4/tkinter/test/test_tkinter/test_variables.py", l= ine 163, in test_default self.assertIs(v.get(), False) AssertionError: 0 is not False =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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", l= ine 167, in test_get self.assertIs(v.get(), True) AssertionError: 1 is not True =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D FAIL: test_set (tkinter.test.test_tkinter.test_variables.TestBooleanVar) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3.4/tkinter/test/test_tkinter/test_variables.py", l= ine 186, in test_set self.assertEqual(self.root.globalgetvar("name"), true) AssertionError: 42 !=3D 1 ---------------------------------------------------------------------- Ran 660 tests in 3.901s FAILED (failures=3D3) 1 test failed: test_tk =