UCL-COMP0233-2023-2024 / RSE-Classwork

3 stars 65 forks source link

Input validation and negative tests #18

Open dpshelio opened 11 months ago

dpshelio commented 11 months 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