1.0.5 • Published 5 years ago

cs241-test v1.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

CS241 Test Script :ok_hand:

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
1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago