Writing my own tests vs using only codecrafters' tests

Can I, and should I write my own tests for local testing? I want to check for some edge cases before submitting. Rewriting the entire logic of my code after failing one “codecrafters test” is tiring.

I have been stuck on the “implement the echo command” for days now, and not sure how to go forward.

Hey @ApurvR20, it’s a good idea to write your own tests to complement ours!

If you’d like a hand debugging your code, feel free to upload your code to GitHub and share the link. It will be much easier to debug if I can run it directly.

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.