Added New Tests in Signum#10724
Added New Tests in Signum#10724cclauss merged 23 commits intoTheAlgorithms:masterfrom imSanko:master
Conversation
|
Please do NOT remove tests. The original developer might have had very good reasons for creating those particular tests. Also, please run Finally, please try to add tests that show how the algorithm fails with difficult or garbage input. |
cclauss
left a comment
There was a problem hiding this comment.
Please bring back the old tests and add more.
Does it meet the requirements or can you tell me I'll add more tests? |
Co-authored-by: Christian Clauss <cclauss@me.com>
|
Test cases have passed |
Co-authored-by: Christian Clauss <cclauss@me.com>
|
@cclauss Thanks a lot for mentoring me |
|
The trick is NOT to change the code to fix the test but to change ONLY the test to describe how the code ACTUALLY works. |
Describe your change:
Added new tests in Signum
Checklist: