~dhillon-v10/qa-regression-testing/mago-packages-checking

« back to all changes in this revision

Viewing changes to mago/__init__.py

  • Committer: Vikram Dhillon
  • Date: 2010-01-12 02:42:18 UTC
  • Revision ID: dhillonv10@gmail.com-20100112024218-7ntl2wrpbxqjb3kx
Initial commit: getting in the data from mago

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"""
 
2
mago package
 
3
 
 
4
Package that provides a testing API for some applications that are
 
5
wrapped using LDTP library together with some test facilities to write
 
6
automated test cases easily
 
7
"""
 
8
__all__ = ['check', 'utils', 'gconfwrapper', 'application', 'test_suite']