Skip to content

dhovart/rust-test-runner

 
 

Repository files navigation

Rust Test Runner

Run unit tests for the Rust track of Exercism.

See:

General Architecture

  • The test runner itself is a simple shell script: run.sh
  • The rust project in this repo is a filter which transforms Cargo's native testing output to the format expected by Exercism
  • The dockerfile contains a multi-stage build: the first stage builds the test script, and the second stage uses it to run the student's solution and test suite and transform the output appropriately

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 64.9%
  • Shell 20.1%
  • Dockerfile 15.0%