RedHatQE / uplift

Other
0 stars 1 forks source link

Figure out pyatspi2 #7

Closed rarebreed closed 9 years ago

rarebreed commented 9 years ago

Rationale

GTK3 doesn't play nicely with ldtp and so we need a better way to test it. There is a new at-spi2-core with a pyatspi2 set of python bindings.

Investigate what it will take to make this work on GTK3.

Currently, some widgets in GTK3 either don't work, or don't work all the time with the old pyatspi bindings. There is therefore no way to test certain features of the GUI

Concerns

This is a lot of work and for what gain? Furthermore, the old pyatspi and pyatspi2 bindings are incompatible with each other. That would mean that we would effectively have to write something like ldtp but on top of the new pyatspi2 instead.

rarebreed commented 9 years ago

It looks like this can be totally handled within rhsm-qe