Skip to content
Snippets Groups Projects
Commit 37481b3a authored by LILI JIN's avatar LILI JIN
Browse files

sup

parent 8aa52c79
No related branches found
No related tags found
1 merge request!19Mehdi lili index inverse
No preview for this file type
image: alpine
stages:
- test
lipn-search:
stage: test
script:
- echo "Installation des paquets"
- apk update
- apk add python3
- apk add py-pip
- pip install pytest
- echo "Début de la phase de test"
- echo "Début des tests sur l'index inversé"
- cd index_inverse/test/
- pytest test_tf_idf.py
- pytest test_dm25.py
- cd ../../
- echo "Fin des tests sur l'index inversé"
- echo "Fin de la phase de test"
\ No newline at end of file
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