MAGO
----
This is version 2 of Mago.

Mago is a desktop testing initiative, built on top of LDTP (http://ldtp.freedesktop.org/), that aims to have a set of processes and code to make writing automated test scripts easier and more reusable. Although we started this effort as an Ubuntu project it works for vanilla GNOME in most of the cases. 

This version uses a standard python unittest framework and testtools to extend the framework.

The documentation uses Sphinx and is in the 'doc' directory. To build it, cd to doc and run:
 $ make html

The directory 'tests' contains the testsuite for mago.
