You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
two time ranges that both contain several intervals each
two time ranges that end exactly at the same time when the other starts
run pytest and see whether all tests are picked up by pytest and whether they pass.
fix any bugs in times.py the tests may have helped you find.
Add the new and modified files to the repository, commit them (with a meaningful comment that also includes https://github.com/UCL-MPHY0021-21-22/RSE-Classwork/issues/17) and push it to your fork.
Now that you know how to create a test, create three further tests for
times.py
:Setup
Either start from your homework solution, or
times-tests
repository and clone the fork locally.times.py
andtest_times.py
following the sample solutionAdd collaborators
Add everyone in your group as collaborators to your fork.
Create three further tests
test_times.py
for:pytest
and see whether all tests are picked up bypytest
and whether they pass.times.py
the tests may have helped you find.https://github.com/UCL-MPHY0021-21-22/RSE-Classwork/issues/17
) and push it to your fork.Sample Solution
The text was updated successfully, but these errors were encountered: