Test code for previous step after submitting

I completed a step in the course, and submitted it. Later, I reorganized the code for readability. Is there any way to test for the previous step, before moving onto next one? My understanding is that code can only be tested for the current one, not the previous steps.

3 Likes

Hey @ApurvR20, you can re-run previous tests using our CLI:

codecrafters test --previous
2 Likes

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