~juhapekka-piiroinen/ubuntu-qtcreator-plugins/refactoring-and-fixing

« back to all changes in this revision

Viewing changes to ubuntu-qtcreator-plugins/share/qtcreator/templates/wizards/ubuntu/tabs/tests/autopilot/uitests/main/test_main.py

  • Committer: Juhapekka Piiroinen
  • Date: 2013-06-07 18:18:15 UTC
  • Revision ID: juhapekka.piiroinen@canonical.com-20130607181815-l65xg7np3phnicv0
ImprovedĀ applicationĀ templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
from testtools.matchers import Is, Not, Equals
8
8
from testtools import skip
9
9
import os
10
 
from uitests import HelloWorldTestCase
11
 
 
12
 
 
13
 
class GenericTests(HelloWorldTestCase):
 
10
from uitests import UbuntuTouchAppTestCase
 
11
 
 
12
 
 
13
class MainTests(UbuntuTouchAppTestCase):
14
14
    """Generic tests for the Hello World"""
15
15
 
16
16
    test_qml_file = "%s/%s.qml" % (os.path.dirname(os.path.realpath(__file__)),"../../../../%DISPLAYNAME%")