csivitu / code-executor

A CLI/library to execute code against test cases in various languages and obtain relevant results. :rocket:
https://www.npmjs.com/package/code-executor
MIT License
16 stars 2 forks source link

fix: a part of #15 is fixed #21

Closed alias-rahil closed 4 years ago

alias-rahil commented 4 years ago

fix: a part of #15 is fixed

Changes made:

  1. Do not write expected output in containers.
  2. Run test cases in separate containers.

Partly fixes #15