Commits (2)
stages:
- test
test_backend:
stage: test
image: python:3.11
services:
- name: redis:alpine
alias: redis
before_script:
- pip install --upgrade pip
- pip install -r backend/requirements.txt
- pip install pytest
script:
- pytest backend/test_app.py
only:
- merge_requests # Exécute les tests uniquement sur un Merge Request
Le fichier a été supprimé par une entrée .gitattributes, ou son encodage n'est pas pris en charge.