We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3baccd9 commit f295139Copy full SHA for f295139
Makefile
@@ -18,9 +18,7 @@ unit_test : ## Unit tests execution with coverage and xml reports
18
19
.PHONY : integ_test
20
integ_test : ## Integration tests execution with xml reports
21
- python -m coverage run --concurrency=multiprocessing tests_runner.py integ
22
- python -m coverage xml -o coverage.xml
23
- python -m coverage html -d coverage
+ python tests_runner.py integ
24
25
.PHONY : test
26
test : ## Unit and integration tests execution with coverage and xml reports
0 commit comments