strongwind 0.9-2build1 source package in Ubuntu

Changelog

strongwind (0.9-2build1) quantal; urgency=low

  * No change rebuild to follow move of python-pyatspi from at-spi to pyatspi.
 -- Andy Whitcroft <email address hidden>   Tue, 12 Jun 2012 15:58:58 +0100

Upload details

Uploaded by:
Andy Whitcroft
Sponsored by:
Adam Conrad
Uploaded to:
Quantal
Original maintainer:
Ray Wang
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python
Xenial release universe python
Trusty release universe python

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
strongwind_0.9.orig.tar.gz 50.4 KiB 6a5b18a3b8674fc83c75e60e6e81482a5bbb4b8d658c801cd24c569bd1cee990
strongwind_0.9-2build1.debian.tar.gz 2.6 KiB 339d277b91396d4dd3bc9710f621e753d489b2b71975fcef28429a152ec6c1d5
strongwind_0.9-2build1.dsc 1.1 KiB 30da858d2be192a06f09a94e3beda3d6dd700f738f3b2bbbca8be30e060cade2

Available diffs

View changes file

Binary packages built by this source

python-strongwind: dogtail inspired GUI test automation framework

 Strongwind is a GUI test automation framework inspired by dogtail. Strongwind
 is object-oriented and extensible. You can use Strongwind to build
 object-oriented representations of your applications ("application wrappers"),
 then reuse the application wrappers to quickly develop many test scripts.
 Strongwind scripts generate a human-readable log that contains the action,
 expected result and a screen shot of each step. Most simple actions are logged
 automatically.
 .
 Strongwind is written in Python and uses the pyatspi library to manipulate and
 query the state of applications. Strongwind automatically classifies widgets by
 their ATK role. By default, Strongwind provides implementations for common
 actions on regular widgets -- for example, selecting an item in a menu or
 asserting that a window has closed -- but you can extend Strongwind's
 implementations or add your own implementations for custom widgets to handle
 alternate behaviors or custom widgets in your applications.