src/ldt/README
changeset 888 77d216688495
parent 615 006f1e3e5398
child 1447 470130d647cb
--- a/src/ldt/README	Mon Nov 05 15:20:11 2012 +0100
+++ b/src/ldt/README	Mon Nov 05 16:16:19 2012 +0100
@@ -5,7 +5,6 @@
 The ldt platform, is a django module allowing the annotation, indexation, consultation of temporal content (audio, video)
 
 
-
 trick:
 compile messages for js
 python ../../../web/ldtplatform/manage.py makemessages -a -d djangojs
@@ -62,3 +61,16 @@
 swfobject.js
 ZeroClipboard
 tiny_mce
+
+
+==============
+Unit Test
+==============
+
+In a terminal :
+	python manage.py test %test_api%
+Will launch all the tests of the api
+
+For example :
+	python manage.py test ldt_utils
+Will launch all the test defined in /ldt_utils/tests	
\ No newline at end of file