Parcourir la source

Add some doc on how to run tests

Jocelyn Delalande il y a 8 ans
Parent
commit
31085efaea
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -123,6 +123,19 @@ At this point, Django should run correctly:
     python manage.py runserver
 
 
+Running tests
+-------------
+
+There is a set of unit tests you can run with :
+
+    ./manage.py test
+
+LDAP-related tests are disabled by default.
+
+Setup LDAP parameters and activate LDAP in settings to make the LDAP tests
+run.
+
+
 Available commands
 ==================