Crates.io | exercism_prep_tests |
lib.rs | exercism_prep_tests |
version | 0.6.1 |
source | src |
created_at | 2023-03-18 16:44:37.332079 |
updated_at | 2023-03-18 17:08:23.767945 |
description | Utility to prep/enable ignored tests for Exercism exercises. |
homepage | |
repository | |
max_upload_size | |
id | 813839 |
size | 11,812 |
Utility to prep/enable ignored tests for Exercism exercises.
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\_testsOR
cargo install --path .(from cloned repo under exercism prep tests directory).
Run
exercism_prep_testsunder the exercise directory (e.g. ~/exercism/cpp/hamming) to automatically enable all tests (if the chosen language has been defined).