Skip to content

feat(shell-tools): Add check.sh scripts for a quick smoke test#62

Merged
illicitonion merged 1 commit into
CodeYourFuture:solutionsfrom
blorente:blorente/add-testing-shell-scripts
May 28, 2025
Merged

feat(shell-tools): Add check.sh scripts for a quick smoke test#62
illicitonion merged 1 commit into
CodeYourFuture:solutionsfrom
blorente:blorente/add-testing-shell-scripts

Conversation

@blorente
Copy link
Copy Markdown

Changelist

While reviewing PRs from students, I found it useful to have a small script that runs their solution along with the relevant unix utility, and compares the output. Here are those scripts.

Usage examples:

$ cd implement-shell-tools/wc
$  ./check.sh  #Will test "node wc.js"
$  USER_COMMAND="python3 wc.py" ./check.sh

@blorente blorente requested a review from illicitonion May 25, 2025 07:13
Copy link
Copy Markdown
Member

@illicitonion illicitonion left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@illicitonion illicitonion merged commit 7cab233 into CodeYourFuture:solutions May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants