~3v1n0/unity/launcher-controller-bamf-check

« back to all changes in this revision

Viewing changes to tests/autopilot/unity/tests/test_shortcut_hint.py

  • Committer: Tarmac
  • Author(s): Thomi Richards
  • Date: 2012-05-17 00:03:41 UTC
  • mfrom: (2350.3.9 autopilot-change)
  • Revision ID: tarmac-20120517000341-jsv4dqpx7v6fuse6
Remove autopilot from the unity source tree - large reorganization of the autopilot code.. Fixes: . Approved by Tim Penhey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# under the terms of the GNU General Public License version 3, as published
7
7
# by the Free Software Foundation.
8
8
 
 
9
from __future__ import absolute_import
 
10
 
 
11
from autopilot.matchers import Eventually
9
12
from testtools.matchers import Equals
10
13
from time import sleep
11
14
 
12
 
from autopilot.emulators.unity.shortcut_hint import ShortcutController
13
 
from autopilot.matchers import Eventually
14
 
from autopilot.tests import AutopilotTestCase
15
 
 
16
 
 
17
 
 
18
 
class BaseShortcutHintTests(AutopilotTestCase):
 
15
from unity.emulators.shortcut_hint import ShortcutController
 
16
from unity.tests import UnityTestCase
 
17
 
 
18
 
 
19
class BaseShortcutHintTests(UnityTestCase):
19
20
    """Base class for the shortcut hint tests"""
20
21
 
21
22
    def setUp(self):