Explorar el Código

fixed coverage for eventlet concurrency

Dimitri Korsch hace 3 años
padre
commit
09b3727dd4
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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