~ubuntu-branches/ubuntu/vivid/mago/vivid

« back to all changes in this revision

Viewing changes to mago/test_suite/update_manager.py

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2010-10-18 16:08:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101018160842-6euef3m6mqxjlcai
Tags: 0.3-0ubuntu1
* New upstream release:
  + Added i18n support
  + Tests working on Maverick 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""
 
2
This module contains the definintion of the test suite used for Update Manager
 
3
testing.
 
4
"""
 
5
from .main import SingleApplicationTestSuite
 
6
from ..application.update_manager import UpdateManager
 
7
 
 
8
 
 
9
class UpdateManagerTestSuite(SingleApplicationTestSuite):
 
10
    APPLICATION_FACTORY = UpdateManager