-
Your NameRuslan Masimov QuestionWe are allowed to add test cases to test/dune, right? My coverage was below 50% so I added some test cases to test/dune to pass the threshold. Is it okay to push it into the repo and submit? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes! And you are encouraged to do so. Thoroughly testing your program is a good SE practice. From the assignment manual,
|
Beta Was this translation helpful? Give feedback.
Yes! And you are encouraged to do so. Thoroughly testing your program is a good SE practice.
From the assignment manual,