diff options
-rw-r--r-- | TODO | 7 | ||||
-rw-r--r-- | test/testcases/i_validation_cases.txt | 8 |
2 files changed, 10 insertions, 5 deletions
@@ -1,8 +1,7 @@ TODO list. This is mostly so i can plan more granularly and remember small stuff i was working on last time and what i should prioritise first. This is not my overall big planning board. (1 highest prio, 10 lowest) -1 - test validate_check_p_m (Tested OK) -1 - test validate_check_imm -1 - test validate_plus_continue -1 - testcases for the 3 above +1 - implement validate_imm_numbers +1 - test validate_imm_numbers +1 - testcases for the function above 2 - continue work on validate_imm_numbers diff --git a/test/testcases/i_validation_cases.txt b/test/testcases/i_validation_cases.txt index 849ce7f..3e1754b 100644 --- a/test/testcases/i_validation_cases.txt +++ b/test/testcases/i_validation_cases.txt @@ -89,4 +89,10 @@ L+13++ L-10 L+1+ -Overall results: Tested OK. Seems fine.
\ No newline at end of file +Overall results: Tested OK. Seems fine. + +validate_imm_numbers +Positive input (Valid): +Negative (Invalid): + +Overall results:
\ No newline at end of file |