exercism / rust-test-runner

GNU Affero General Public License v3.0
3 stars 15 forks source link

Add integration tests #28

Closed ErikSchierboom closed 1 year ago

ErikSchierboom commented 3 years ago

There should be tests to verify the test runner behavior from an input/output perspective. The best option is probably to mimic what other tracks are doing, and having a tests directory with some golden tests (see https://github.com/exercism/prolog-test-runner/tree/main/tests) and then having a bin/run-tests.sh and [bin/run-tests-in-docker.sh](https://github.com/exercism/prolog-test-runner/blob/main/bin/run-tests-in-docker.sh] script files. These are then used in a CI workflow.

senekor commented 1 year ago

I think this was completed with https://github.com/exercism/rust-test-runner/pull/41, right?

ErikSchierboom commented 1 year ago

Correct