Kaynağa Gözat

Added missing dependencies for unit testing and code coverage.

Sander Mathijs van Veen 14 yıl önce
ebeveyn
işleme
3076dd4c16
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  1. 6 0
      README

+ 6 - 0
README

@@ -27,6 +27,12 @@ Dependencies
  - GNU GCC (or another decent C compiler).
  - Pyrex <http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/>.
 
+In order to run the unit tests and and see how much coverage the unit tests
+have, please install:
+
+ - Python testrunner <http://git/kompiler.org/python/testrunner>.
+ - Python coverage <http://nedbatchelder.com/code/coverage/>.
+
 Deployment / Installation
 -------------------------