###############
MedPy unittests
###############

Part of the MedPy functionality is covered by unittests in various states
of development which can be found in this folder. See instructions below
for instructions.

Run for sub-module
------------------
python -m "nose" <submodule>_/

Note: metric_/ sub-module requires hypothesis package
Note: You can also use the nosetests binary call, but this might faild due to python version conflicts in virtual environements.

Check support for image formats
-------------------------------
python support.py

WARNING
-------
graphcut_/ tests are faulty.
