Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95101 > unrolled thread

Re: Linux users: please run gui tests

Started byChris Angelico <rosuav@gmail.com>
First post2015-08-07 12:20 +1000
Last post2015-08-07 12:20 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Linux users: please run gui tests Chris Angelico <rosuav@gmail.com> - 2015-08-07 12:20 +1000

#95101 — Re: Linux users: please run gui tests

FromChris Angelico <rosuav@gmail.com>
Date2015-08-07 12:20 +1000
SubjectRe: Linux users: please run gui tests
Message-ID<mailman.1289.1438914041.3674.python-list@python.org>
On Fri, Aug 7, 2015 at 12:07 PM, Terry Reedy <tjreedy@udel.edu> wrote:
> I would appreciate it if some people could run the linux version of
> py -3.4 -m test -ugui test_tk test_ttk_guionly test_idle
> (or 3.5).  I guess this means 'python3 for the executable.
>
> and report here python version, linux system, and result.
> Alteration of environment and locale is a known issue, skip that.

A boatload of windows flicker during the test, which wouldn't surprise
me if they weren't all empty, but I suppose it knows what it's doing.
Toward the end of the test, there are a couple of beeps.

rosuav@sikorsky:~$ python3 -V
Python 3.6.0a0
rosuav@sikorsky:~$ python3 -m test -ugui test_tk test_ttk_guionly test_idle
[1/3] test_tk
[2/3] test_ttk_guionly
[3/3] test_idle
All 3 tests OK.
rosuav@sikorsky:~$ python3.5 -V
Python 3.5.0b1+
rosuav@sikorsky:~$ python3.5 -m test -ugui test_tk test_ttk_guionly test_idle
[1/3] test_tk
[2/3] test_ttk_guionly
[3/3] test_idle
All 3 tests OK.
rosuav@sikorsky:~$ python3.4 -V
Python 3.4.2
rosuav@sikorsky:~$ python3.4 -m test -ugui test_tk test_ttk_guionly test_idle
/usr/bin/python3.4: No module named test.__main__; 'test' is a package
and cannot be directly executed
rosuav@sikorsky:~$ uname -a
Linux sikorsky 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt9-3~deb8u1
(2015-04-24) x86_64 GNU/Linux

The 3.4 is my system Python (Debian Wheezy), and
/usr/lib/python3.4/test doesn't have much in it, so I'm guessing tests
weren't installed.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web