diff options
author | Oskar <> | 2024-03-22 20:37:44 +0100 |
---|---|---|
committer | Oskar <> | 2024-03-22 20:37:44 +0100 |
commit | 47398354c28a5eb1d9e0fa11b4f08bdd48991e9e (patch) | |
tree | 5a87a5ef8b77e3add1de704fdc2186065983f93c | |
parent | 646312bddd675f411d7076c51f56ac59d5d44601 (diff) |
new TODO
-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 |