Open nus-pe-bot opened 2 weeks ago
Currently, only the happy path for add_session and delete_session are tested. Hence, it would be better to include tests with invalid inputs.
add_session
delete_session
[original: nus-cs2103-AY2425S1/pe-interim#2837] [original labels: severity.Low type.DocumentationBug]
As mentioned in the course website, there is a no need to give a long list of test cases including all possible variations and it is up to the tester to come up with those variations.
--
Currently, only the happy path for
add_session
anddelete_session
are tested. Hence, it would be better to include tests with invalid inputs.[original: nus-cs2103-AY2425S1/pe-interim#2837] [original labels: severity.Low type.DocumentationBug]