Is there any way to read the test scripts for completed stages

I feel like learning how to write tests would be super useful just as useful as actually building the project.

Hi @shreyasganesh0, all our testers are open-source and available on GitHub. You can find them by searching for [challenge]-tester on our GitHub organization page.

For instance, the Redis tester is located here: GitHub - codecrafters-io/redis-tester.

Test cases are in the internal folder:

Additionally, you’ll find a “table of contents” in internal/tester_definition.go.

1 Like