Open
Conversation
- Add .gitignore - Add requirements.txt - Add "add" function - Add pytest config - Add feature file - Add steps - Add README
Author
|
Raisons pour simplifier le .gitignore 1/ C'est en général une mauvaise idée de versionner des fichiers auto-générés 2/ Le fichier est trop gros et ça rend son édition compliquée 3/ C'est facile à modifier au cas par cas 4/ En l'état c'est facile de pas comprendre pourquoi un |
Author
|
Tâches restantes:
|
|
Après vérification le fichier requirements.txt est bel et bien en txt et non en binaire, bug affichage Github ? Le pytest.ini est optionnel mais te permets de juste saisir "pytest" pour lancer les tests, et sert aussi pour de la customisation de l'affichage des messages. Oui, tout est formaté avec Black. Pour le reste c'est votre parti pris que je respecte mais sans être en accord ;-) |
…nd initialize_second_number_equal_to_70
This fixes a pytest warning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Based on work by Pierre-Yves Pamart in #1
There are several things that can be improved, let' s use this PR to work on it collectivley with the Arolla Python Guilde.