Commandline tools ################# * **API-Wrapper** - **epyunit.py**: `[doc] <epyunit_cli.html>`_ `[source] <epyu_src.html>`_ Commandline interface, for help on the *epyunit* call e.g.:: epyunit.py --help For quick verification of the setup and basic features call:: epyunit.py --selftest * **PyDev debug support**: `[doc] <epyd_cli.html>`_ `[source] <epyd_src.html>`_ 'pydevd.py' utilities for Eclipse/PyDev, for help on the *epyd* call e.g.:: epyd --help * **epyunit.unittest.subprocess**: `unittest.subprocess <#class-spunitest>`_ .. automodule:: epyunit.unittest.subprocess * **bash** - `myscript.sh <myscript-sh.html>`_ : test response simulator dummy For help on the provided hard-coded repsonses call:: myscript.sh --help * **Python** - `myscript.py <myscript-py.html>`_ : test response simulator dummy For help on the provided hard-coded repsonses call:: myscript.py --help .. include:: myscript-py.rst .. include:: epyunit_cli.rst .. include:: epyd_cli.rst