Kyua is a testing framework for both developers and users.  Kyua differs
from other testing frameworks in that it implements a generic runtime
and reporting engine that is able to execute test programs regardless of
the language they are implemented in or the unit-testing libraries that
they use.  Additionally, Kyua puts the user experience before anything
else by allowing end users (not only developers) to run the tests
themselves.

This module, kyua-testers, provides scriptable interfaces to interact
with test programs of various kinds.  The interface of such testers
allows the caller to execute a single test case of a single test program
in a controlled and homogeneous manner.

For further information on the contents of this distribution file,
please refer to the following other documents:

* AUTHORS: List of authors and contributors to this project.
* COPYING: License information.
* INSTALL: Compilation and installation instructions.
* NEWS: List of major changes between formal releases.

For general project information, please visit:

    https://github.com/jmmv/kyua/
