@eu-cpsc/lecture-utils
v0.5.0
Published
CLI and libraries for executing commands and verifying their output against expected files.
Readme
Lecture Utilities
Various items to assist with lecture code repositories.
Executes a command and compares its output with the contents of a specified file.
For example:
lecture-utils -c "python tests/test1.py" -e "tests/test1.out"Development
Install dependencies:
npm installBuild:
npm run buildFor CLI:
./dist/cli.js