~jamesh/camera-app/pre-cache-video-thumbnails

« back to all changes in this revision

Viewing changes to tests/autopilot/camera_app/tests/test_zoom.py

  • Committer: CI Train Bot
  • Author(s): Leo Arias
  • Date: 2015-07-07 11:09:05 UTC
  • mfrom: (551.3.7 fix1444170-flake8)
  • Revision ID: ci-train-bot@canonical.com-20150707110905-rbnis23aebfmz84a
Fixed the static errors reported by flake8.
Added the check to the debian build tests.
Added python3-flake8 as a build dependency. Fixes: #1444170

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- Mode: Python; coding: utf-8; indent-tabs-mode: nil; tab-width: 4 -*-
2
 
# Copyright 2014 Canonical
 
2
# Copyright 2014, 2015 Canonical
3
3
#
4
4
# This program is free software: you can redistribute it and/or modify it
5
5
# under the terms of the GNU General Public License version 3, as published
7
7
 
8
8
"""Tests for the Camera App zoom"""
9
9
 
10
 
from testtools.matchers import Equals, NotEquals, GreaterThan, LessThan
 
10
from testtools.matchers import Equals
11
11
from autopilot.matchers import Eventually
12
12
from autopilot.gestures import pinch
13
13