Explorar el Código

Makefile: add coverage target

Ask Solem hace 16 años
padre
commit
a3b54fc5bf
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -11,3 +11,6 @@ autodoc:
 
 
 bump:
 bump:
 	contrib/bump -c celery
 	contrib/bump -c celery
+
+coverage:
+	(cd testproj; python manage.py test --figleaf)