Skip to content
Snippets Groups Projects
Commit a85102c7 authored by Ismail Moumni's avatar Ismail Moumni
Browse files

Merge branch 'master' of depot.lipn.univ-paris13.fr:david/rdos into Adding-Json-

FUNCTIONS
parents dbc772b5 fd433984
No related branches found
No related tags found
1 merge request!5Adding json functions
Pipeline #631 passed
image: alpine
stages:
- build
- test
job:build:
stage: build
script:
- apk update
- apk add python3
- apk add py-pip
- pip install pytest mysql-connector-python get_docker_secret docker
job:test:unit:
before_script:
- echo "Install Dependancies"
- sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
- apk update
- apk add python3
- apk add py-pip
- pip install pytest mysql-connector-python get_docker_secret docker
- pip install pytest mysql-connector-python get_docker_secret docker flake8
- echo "Start Tests"
script:
- cd tests
- pytest -v
- cd ..
- flake8 --max-line-length=120 softwares/server/*
after_script:
- echo "Tests have been done"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment