~ubuntu-sdk-team/ubuntu-ui-toolkit/ellipticSubTitles

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/gallery/__init__.py

This change is done to remove the dependencies with upstart in the tests.
To start apps with env vars is gonna be used the launch_test_application method provided by autopilot in its test base class which is a wrapper for the ubuntu-app-launch tools (API).

This change removes all the dependencies with upstart, so all the projects which are using the initctl api and fixtures will be impacted.

An update in the documentation or in the blog is gonna be done also to communicate this change to the developers.

Approved by ubuntu-sdk-build-bot, Christian Dywan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Tests for the Ubuntu UI Toolkit Gallery"""
18
18
 
19
19
import os
20
 
import shutil
21
20
 
22
21
from autopilot.matchers import Eventually
23
22
from testtools.matchers import Equals