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 db52d41 commit 0bcbc61Copy full SHA for 0bcbc61
Makefile
@@ -29,11 +29,11 @@ install_test : ## Test installation was successful
29
30
.PHONY : data_test
31
data_test : ## Test data APIs
32
- python script/jenkins/test_data_api.py
+ pytest $(PYTEST_JUNIT_ARGS) script/jenkins/test_data_api.py
33
34
.PHONY : notebook_test
35
notebook_test : ## Test notebooks in doc/tutorial
36
- python script/jenkins/test_notebooks.py report
+ pytest $(PYTEST_JUNIT_ARGS) script/jenkins/test_notebooks.py
37
38
.PHONY : integ_test
39
integ_test : ## Integration tests execution with xml reports
0 commit comments