Skip to content

Commit 4f3a73c

Browse files
move test_xy.py files to scrpt directory
1 parent 525842d commit 4f3a73c

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ install_test : ## Test installation was successful
2929

3030
.PHONY : data_test
3131
data_test : ## Test data APIs
32-
python test_data_api.py
32+
python script/jenkins/test_data_api.py
3333

3434
.PHONY : notebook_test
3535
notebook_test : ## Test notebooks in doc/tutorial
36-
python test_notebooks.py
36+
python script/jenkins/test_notebooks.py
3737

3838
.PHONY : integ_test
3939
integ_test : ## Integration tests execution with xml reports

0 commit comments

Comments
 (0)