Ask Solem 16 лет назад
Родитель
Сommit
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)