-
Notifications
You must be signed in to change notification settings - Fork 125
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
Added automatic check of homework #369
base: master
Are you sure you want to change the base?
Conversation
Hi Guy, |
Signed-off-by: Guy Hartuv <[email protected]>
35f5bbb
to
bfbb78f
Compare
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.
@jaroman-tic Thanks for your contribution!
The output of the script should be an output that the students/mentors can easily read and understand, do you think you create a nicer output?
|
||
Guidelines: | ||
- Student's exercise files should be placed in the same dir as this test. | ||
- Test names are in the form: test_<topic>_<exc>.py |
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.
it's not Ideal,
I would change it so I could give a file path to this test
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.
Sure. Will add that.
Automatic check of student's homework. Utilized using pytest framework. Signed-off-by: Guy Hartuv <[email protected]>
bfbb78f
to
f3075b2
Compare
@jaroman-tic any news about this PR? |
@shiramax I did not have the capacity to work on it. I do want to complete this task but if it is needed sooner it is ok by me to pass the ownership. |
@jaroman-tic :( |
Sorry @shiramax :( |
Utilized using pytest framework.
Signed-off-by: Guy Hartuv [email protected]