UCL-COMP0233-2022-2023 / RSE-Classwork

11 stars 67 forks source link

Input validation and negative tests #20

Open dpshelio opened 2 years ago

dpshelio commented 2 years ago

Test that something is expected to fail actually fails

Estimated time: 10 min

time_range may still work when end_time is before start_time, but that may make overlap_time not working as expected.

What other similar tests could we add?


Sample solution