====== cstest ====== .. toctree:: :maxdepth: 1 m-calltree.rst m-compat.rst m-core.rst m-private.rst m-services.rst m-tools.rst m-ui.rst .. index:: cstest .. module:: cstest :noindex: The CleverSheep test package. Module Members ============== | :class:`~ExecutionContext` | :func:`~assertion` | :func:`~fail` Classes ------- .. class:: ExecutionContext(execDir) Collection of 'global' data for a text execution run. One of these is created by a :class:`Runner` during it initialisation. Each such context is actually created/retrived using :meth:`addExecutioncontext` and :meth:`getExecutioncontext`.