Ver Fonte

Makefile: add coverage target

Ask Solem há 16 anos atrás
pai
commit
a3b54fc5bf
1 ficheiros alterados com 3 adições e 0 exclusões
  1. 3 0
      Makefile

+ 3 - 0
Makefile

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