pytest framework for the project#58
Conversation
stephane-segning
left a comment
There was a problem hiding this comment.
You should take a look at these points.
stephane-segning
left a comment
There was a problem hiding this comment.
Please review it
There was a problem hiding this comment.
Remove this file too
stephane-segning
left a comment
There was a problem hiding this comment.
Good work till now @Ngha-Boris ! Keep on going:
There was a problem hiding this comment.
Please remove this file
There was a problem hiding this comment.
Ok sir thank you
There was a problem hiding this comment.
Please remove this file
There was a problem hiding this comment.
Please remove this file
There was a problem hiding this comment.
Why is this change here? Did you implemented the network?
There was a problem hiding this comment.
To learn how to revert changes when working with git, check this link https://www.atlassian.com/git/tutorials/undoing-changes/git-revert
There was a problem hiding this comment.
This is not good. First read how to exclude files on git. Then remove everything here and make it better. The idea is to exclude the folder __pycache__:
venv
.vscode
.idea
__pycache__ # <-- simpler done like this
There was a problem hiding this comment.
Ok sir thank you
ticket 39 set up a testing framework for the project