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 525842d commit 4f3a73cCopy full SHA for 4f3a73c
Makefile
@@ -29,11 +29,11 @@ install_test : ## Test installation was successful
29
30
.PHONY : data_test
31
data_test : ## Test data APIs
32
- python test_data_api.py
+ python script/jenkins/test_data_api.py
33
34
.PHONY : notebook_test
35
notebook_test : ## Test notebooks in doc/tutorial
36
- python test_notebooks.py
+ python script/jenkins/test_notebooks.py
37
38
.PHONY : integ_test
39
integ_test : ## Integration tests execution with xml reports
test_data_api.py script/jenkins/test_data_api.pytest_data_api.py renamed to script/jenkins/test_data_api.py
test_notebooks.py script/jenkins/test_notebooks.pytest_notebooks.py renamed to script/jenkins/test_notebooks.py
0 commit comments