https://github.com/codecrafters-io/dummy-tester
Tester for the dummy challenge.
https://github.com/codecrafters-io/dummy-tester
Last synced: 6 months ago
JSON representation
Tester for the dummy challenge.
- Host: GitHub
- URL: https://github.com/codecrafters-io/dummy-tester
- Owner: codecrafters-io
- Created: 2023-09-07T12:25:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T07:22:34.000Z (10 months ago)
- Last Synced: 2025-07-10T06:35:21.466Z (6 months ago)
- Language: Go
- Homepage: https://app.codecrafters.io/courses/dummy/overview
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Challenge Tester
This is a program that validates your progress on the "Build your own grep" challenge.
## Requirements for binary
- Following environment variables:
- `CODECRAFTERS_SUBMISSION_DIR` - root of the user's code submission
- `CODECRAFTERS_TEST_CASES_JSON` - list of tests cases, encoded as JSON
## User code requirements
- A binary named `.sh` that executes the program.
- A file named `codecrafters.yml`, with the following values:
- `debug`