strongwind 0.9-2 source package in Ubuntu

Changelog

strongwind (0.9-2) unstable; urgency=low


  [ Ray Wang ]
  * Remove some deprecated variables. 
  * Transition from python-central to dh_python2 
  * Bump standards version to 3.9.2 without further change

  [ Scott Kitterman ]
  * Finish dh_python2 transition (Closes: #655007, #617073)

 -- Ray Wang <email address hidden>  Sat, 18 Feb 2012 00:53:35 -0500

Upload details

Uploaded by:
Ray Wang
Uploaded to:
Sid
Original maintainer:
Ray Wang
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
strongwind_0.9-2.dsc 1.1 KiB 29ccb7e9ca07b7b60fe48d7cc0ce81e4307f0633c8897a6b16ef7985be917821
strongwind_0.9.orig.tar.gz 50.4 KiB 6a5b18a3b8674fc83c75e60e6e81482a5bbb4b8d658c801cd24c569bd1cee990
strongwind_0.9-2.debian.tar.gz 2.5 KiB 5b1271812e76c462fdca30a68b81ceb0924a3a2fca1527b35839696df319eb86

Available diffs

No changes file available.

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.