cs241-test

1.0.5 • Public • Published

CS241 Test Script 👌

npm



Installation

npm install -g cs241-test

Usage

cs241-test [compiler] [testFile]

  • compiler is the compiled version of c++/racket code
  • testFile is a single YAML file which contains all test cases

Example Usage

make
cs241-test ./asm test.yaml

How to create tests

CLICK HERE to see an example test.yaml file

Follow this exact template to create your own tests:

<testName>:
  in: |-
    <input here>
  out: |
    <output here>
  error: true || false       # default is false

/cs241-test/

    Package Sidebar

    Install

    npm i cs241-test

    Weekly Downloads

    0

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    810 kB

    Total Files

    9

    Last publish

    Collaborators

    • dillionverma