Преглед на файлове

Makefile:coverage2: Use the ``coverage`` module for coverage instead of
figleaf

Ask Solem преди 15 години
родител
ревизия
996cddfb93
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -17,6 +17,10 @@ coverage:
 	[ -d testproj/temp ] || mkdir -p testproj/temp
 	(cd testproj; python manage.py test --figleaf)
 
+coverage2:
+	[ -d testproj/temp ] || mkdir -p testproj/temp
+	(cd testproj; python manage.py test --coverage)
+
 test:
 	(cd testproj; python manage.py test)