Explorar o código

Makefile: add coverage target

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
a3b54fc5bf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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)