#testing #exercise #exercism #ignored #language #prep #prep-enable

app exercism_prep_tests

Utility to prep/enable ignored tests for Exercism exercises

1 unstable release

0.6.1 Mar 18, 2023
0.6.0 Mar 18, 2023

#4 in #ignored

26 downloads per month

MIT license

9KB
148 lines

exercism prep tests

Utility to prep/enable ignored tests for Exercism exercises.

How to use

You will need to install the Rust compiler and cargo package tool to install from Crates.io or build from repository source.

  • From this repo, copy .languages file (Unix-likes such as Linux, Mac OS X) or languages.cfg (Windows) to the exercism CLI's working directory (usually ~/exercism on Unix-likes). This file contains the definitions for test files in various programming languages.

  • Install exercism prep tests tool from Crates.io:

cargo install exercism\_prep\_tests
OR
cargo install --path .
(from cloned repo under exercism prep tests directory).

Run

exercism_prep_tests
under the exercise directory (e.g. ~/exercism/cpp/hamming) to automatically enable all tests (if the chosen language has been defined).

Dependencies

~3.5MB
~22K SLoC