https://github.com/codecrafters-io/shell-tester
Tester for the shell challenge.
https://github.com/codecrafters-io/shell-tester
Last synced: 3 months ago
JSON representation
Tester for the shell challenge.
- Host: GitHub
- URL: https://github.com/codecrafters-io/shell-tester
- Owner: codecrafters-io
- Created: 2024-05-15T11:36:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-04T10:10:59.000Z (3 months ago)
- Last Synced: 2026-03-04T14:56:14.591Z (3 months ago)
- Language: Go
- Homepage: https://app.codecrafters.io/courses/shell/overview
- Size: 109 MB
- Stars: 7
- Watchers: 0
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell Challenge Tester
This is a program that validates your progress on the Shell challenge.
# Requirements for binary
- Following environment variables:
- `CODECRAFTERS_SUBMISSION_DIR` - root of the user's code submission
- `CODECRAFTERS_TEST_CASES_JSON` - test cases in JSON format
# User code requirements
- A binary named `your_shell.sh` that spins up your Shell.
- A file named `codecrafters.yml`, with the following values:
- `debug`