~barry/autopilot/lp1488175

« back to all changes in this revision

Viewing changes to autopilot/tests/functional/test_application_mixin.py

  • Committer: CI bot
  • Author(s): Martin Pitt, Corey Goldberg, Max Brustkern, Christopher Lee, Thomi Richards
  • Date: 2014-08-06 01:20:25 UTC
  • mfrom: (493.1.17 trunk)
  • Revision ID: ps-jenkins@lists.canonical.com-20140806012025-2r7bw4rdc7q8e1md
Autopilot release.

Includes.

Adding screenshot support.
Removing python2 dependencies and code.
Internal refactoring (for logging) Fixes: 1078732
Approved by: Martin Pitt, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#
19
19
 
20
20
 
21
 
from __future__ import absolute_import
22
 
 
23
21
from autopilot.testcase import AutopilotTestCase
24
22
from testtools.matchers import raises
25
23