Commit f0fb211a authored by Spiros Koulouzis's avatar Spiros Koulouzis

fix tests

parent 68471c27
#!/bin/bash
cd ../
python3 -m venv venv
cd sure_tosca-flask-server && venv/bin/pip3 install -r test-requirements.txt && venv/bin/python3 -m unittest discover
if [ $? -eq 0 ]
then
......
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