6
0
Pārlūkot izejas kodu

fixed coverage for eventlet concurrency

Dimitri Korsch 3 gadi atpakaļ
vecāks
revīzija
09b3727dd4
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -11,7 +11,8 @@ run_tests:
 	python -m unittest discover tests/
 
 run_coverage:
-	@coverage run -m unittest discover tests/
+	@coverage run --omit PipelineTests -m unittest discover tests/
+	@coverage run --concurrency=eventlet --append -m unittest tests.PipelineTests
 	coverage html
 	coverage report -m