Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ne pouvant pas créer d'environnement, j'ai directement créer un clone du projet.
J'ai par la suite installé pytest.
J'ai créé une pull_requests sur notre GitHub.
J'ai créé un compte pour le token afin d'avoir une clé secrète. J'ai donc créé un repositiry secret.
J'ai créé un dossier src où on a placé le main.py et init.py, et un dossier tests où on a placé tout les tests.
J'ai créé ensuite un fichier pyproject.toml
Puis j'ai copier/coller [build system] ,[project], [project.urls] de la documentation python
J'ai par la suite modifier publish, où j'ai ajouté une ligne pour installer build
Puis : git add .
git commit
git pull
git push
Une fois l'ensemble des fichiers sur GitHub, j'ai créé un realese.
Puis je suis allée dans action pour vérifier que le test s'est lancé.
Et enfin un dernier pull_request pour envoyer le travail.