فهرست منبع

Makefile: add coverage target

Ask Solem 16 سال پیش
والد
کامیت
a3b54fc5bf
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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)