From fd02030e78bd954ead10f495ba1149e76ac7762c Mon Sep 17 00:00:00 2001 From: sg Date: Fri, 19 Jul 2013 23:08:42 -0400 Subject: [PATCH] added testing dependencies and standardized use of bullets --- DEPENDS.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/DEPENDS.txt b/DEPENDS.txt index 9c7302f1..227283e2 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -35,10 +35,16 @@ Optional Requirements You can use this scikit with the basic requirements listed above, but some functionality is only available with the following installed: -`PyQt4 `__ +* `PyQt4 `__ The ``qt`` plugin that provides ``imshow(x, fancy=True)`` and `skivi`. -`FreeImage `__ +* `FreeImage `__ The ``freeimage`` plugin provides support for reading various types of image file formats, including multi-page TIFFs. +Testing requirements +-------------------- +* `Nose `__ + A Python Unit Testing Framework +* `Coverage.py `__ + A tool that generates a unit test code coverage report