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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skeleton #9
Skeleton #9
Changes from 68 commits
dd2f342
271836c
75cc05a
59bd099
4265cf0
1feaf72
e7a11c0
822403b
25fe0c1
d64bb34
e69c9a5
bfc4969
316a8c7
c7e24ca
f29eb49
26f16e5
9a77787
d16339c
275b5d1
8208f0d
8ec7df3
6172944
126798a
f2f67cf
690461a
8e09393
6c9ad27
7a523c0
e578b35
162992e
973e3be
400e84d
e9bc6a0
f6f8aa1
6a50fd5
6cc70f6
4154e7d
8cf1c15
fc9925f
74e5627
90dd93b
a2b2ca8
5677001
5d7230f
5331b8a
7c09772
7c69a40
2fe5a40
ca9c0b9
edc195b
80f3c41
76487b7
eaeb81b
8e9bda8
77d99a0
7e2c66d
d9b9f7d
58c64fc
04521c3
34684de
ac91fa1
89e7085
86e4050
ef1aa3e
f94c7ee
d977f10
a0870d0
109f43f
1130aef
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pourquoi rajouter cette ligne ?
Jusqu'ici on faisait sans, notamment en exécutant les fichiers
main_***
de cette façon :python -m lidro.main_***
Pour la cohérence avec le reste, je préfèrerais qu'on garde le même fonctionnement partout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
up
This comment was marked as resolved.
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
De mémoire c'est pour pytest, que je lance d'habitude avec "pytest" et non avec "python -m pytest".
Personnellement j'ai une nette tendance à préférer du code qui peut être lancé sans et avec le flag "-m" que d'avoir du code qui l'impose, d'autant que son utilité n'est pas limpide, j'ai dû chercher un bon moment sur google pour trouver des exemples de son utilité, et ça tourne autour de chemin d'install des librairies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dans ce cas, estèce que tu peux le mettre partout où il y en a besoin ? (aussi dans le code de Malvina, pour que tout puisse se lancer de la même façon)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MichelDaab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fait, il y a cependant 2 modules qui ne passent pas chez moi, que cela soit sans ou avec le flag (quand c'est avec, j'utilise l'exemple donné dans les batch)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lesquels ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il y a juste "lidro.main_create_virtual_point" qui ne passe pas, les autres sont des exemples du même.
Cela me dit qu'il ne voit pas un fichier qui existe pourtant bien au chemin qu'il dit chercher