touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #39926
[Bug 1237039] Re: Autopilot proxy types should use pythonic reprs
saucy has seen the end of its life and is no longer receiving any
updates. Marking the saucy task for this ticket as "Won't Fix".
** Changed in: autopilot (Ubuntu Saucy)
Status: New => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to autopilot in Ubuntu.
https://bugs.launchpad.net/bugs/1237039
Title:
Autopilot proxy types should use pythonic reprs
Status in Autopilot:
Fix Released
Status in autopilot package in Ubuntu:
Fix Released
Status in autopilot source package in Saucy:
Won't Fix
Bug description:
The types used in a proxy class all derive from dbus type classes, but
we should override their __repr__ methods, to make them use more
pythonic representations. This is to assertion failures like this:
MismatchError: After 35.0 seconds test on Label.text failed:
u'00:00:25' != dbus.String(u'', variant_level=1)
instead look like this:
MismatchError: After 35.0 seconds test on Label.text failed:
u'00:00:25' != u''
To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1237039/+subscriptions