Commit 53b97a76 authored by Spiros Koulouzis's avatar Spiros Koulouzis

done with testing

parent 343862c4
...@@ -22,6 +22,7 @@ pipeline { ...@@ -22,6 +22,7 @@ pipeline {
stage('Test') { stage('Test') {
steps { steps {
echo 'Testing' echo 'Testing'
sh "mvn test"
sh "cd drip-planner && venv/bin/python3 -m unittest discover" sh "cd drip-planner && venv/bin/python3 -m unittest discover"
sh "cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover" sh "cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover"
} }
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
mvn test mvn test
python3.6 --version
cd drip-planner && venv/bin/python3 -m unittest test/test_planner.py cd drip-planner && venv/bin/python3 -m unittest test/test_planner.py
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment