6
0
Selaa lähdekoodia

fixed coverage for eventlet concurrency

Dimitri Korsch 3 vuotta sitten
vanhempi
commit
09b3727dd4
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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