-
Notifications
You must be signed in to change notification settings - Fork 73
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
Writing a test for times.py
#16
Labels
Comments
alessandrofelder
added
preparation
Exercises to do before the class
week5
Testing your code
labels
Oct 28, 2021
This was referenced Oct 30, 2021
This was referenced Nov 3, 2021
This was referenced Nov 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This exercise will look at understanding what a given python function (
times.py
) does, and writing a test to check that it works as expected.times.py
, understanding what it does, and running it (before making any modifications to it).__main__
part of the code into a unit test.pytest
.Answers UCL-MPHY0021-21-22/RSE-Classwork#16
. This will list your PR to this issue.times.py
should be tested and report them on the Moodle questionnaire.If you have questions or get stuck, ask on Moodle or book an office hours slot!
Sample solution
The text was updated successfully, but these errors were encountered: