autopilot-gtk:master

Last commit made on 2020-08-13
Get this branch:
git clone -b master https://git.launchpad.net/autopilot-gtk
Members of Canonical Platform QA Team can upload to this branch. Log in for directions.

Branch information

Name:
master
Repository:
lp:autopilot-gtk

Recent commits

00d7a3d... by Jean-Baptiste Lallement

Updated list of build deps

Updated dependencies to python3 of evdev and gi (LP: #1856574)

981f597... by Jean-Baptiste Lallement

Removed obsolete bzr files

08170d1... by Jean-Baptiste Lallement

Update Standards-Version to 4.4.1

a54b9b2... by Jean-Baptiste Lallement

Update test app to use python3

b3dc83b... by Jean-Baptiste Lallement

Update Vcs

ca5559b... by Jean-Baptiste Lallement

Use autopilot-sandbox instead of autopilot directly

Switch from autopilot to autopilot3-sandbox-run. It configures the
testing environment correctly to run autopilot tests with xvfb.

bfd2c83... by Jean-Baptiste Lallement

Remove deps on python2 autopilot

 * Remove the dependency on python2 version of autopilot.
 * Update the dependencies to python3 version of autopilot.
 * Fixed the testsuite.

625bd5e... by Jean-Baptiste Lallement

Fixed test_actions

Explicitly set the border of the button widget otherwise it is not
inherited from the parent and the search by attribute fails.
Wait 1s to give some time to the close dialog to show up.

25af127... by Jean-Baptiste Lallement

Fixed widget tree test

Catch the error separately so it's clear what fails instead of using a
lambda call in the assertion.
Replace GtkRadioButton by a non existent widget. GetRadioButton returned
several instances with the test app for some reason.

600e7d3... by Jean-Baptiste Lallement

Explicitly set the version of GI Gtk