Next: Using MIN Logger for logging purposes, Previous: MIN python extension library reference, Up: Python interpreter module
MIN release package provides also Python template/wrapper for PyUnit tests. If you have already developed tests following the PyUnit format, you can also execute those under control of MIN. To do this:
minwrap.py
template (placed under /min_py_module/min_ext/
), replacing all occurrences of PyUnit_module_xxx
with the name of the module containing PyUnit test cases. For convenience, save the file with another name, in directory specified in "PYTHONPATH" environment variable.
min.conf
, giving file that you saved in previous point as a test case file.