Skip to content

Commit

Permalink
rename test files in config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
senekor committed Feb 22, 2025
1 parent 76c0d15 commit 5bac850
Show file tree
Hide file tree
Showing 74 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion exercises/concept/assembly-line/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Cargo.toml"
],
"test": [
"tests/assembly-line.rs"
"tests/assembly_line.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/csv-builder/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Cargo.toml"
],
"test": [
"tests/csv-builder.rs"
"tests/csv_builder.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/health-statistics/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/health-statistics.rs"
"tests/health_statistics.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/low-power-embedded-game.rs"
"tests/low_power_embedded_game.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Cargo.toml"
],
"test": [
"tests/lucians-luscious-lasagna.rs"
"tests/lucians_luscious_lasagna.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/magazine-cutout/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/magazine-cutout.rs"
"tests/magazine_cutout.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/resistor-color/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Cargo.toml"
],
"test": [
"tests/resistor-color.rs"
"tests/resistor_color.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/role-playing-game/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"Cargo.toml"
],
"test": [
"tests/role-playing-game.rs"
"tests/role_playing_game.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/rpn-calculator/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/rpn-calculator.rs"
"tests/rpn_calculator.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/semi-structured-logs/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/semi-structured-logs.rs"
"tests/semi_structured_logs.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/concept/short-fibonacci/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Cargo.toml"
],
"test": [
"tests/short-fibonacci.rs"
"tests/short_fibonacci.rs"
],
"exemplar": [
".meta/exemplar.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/affine-cipher/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Cargo.toml"
],
"test": [
"tests/affine-cipher.rs"
"tests/affine_cipher.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/all-your-base/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"Cargo.toml"
],
"test": [
"tests/all-your-base.rs"
"tests/all_your_base.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/armstrong-numbers/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Cargo.toml"
],
"test": [
"tests/armstrong-numbers.rs"
"tests/armstrong_numbers.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/atbash-cipher/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Cargo.toml"
],
"test": [
"tests/atbash-cipher.rs"
"tests/atbash_cipher.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/beer-song/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"Cargo.toml"
],
"test": [
"tests/beer-song.rs"
"tests/beer_song.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/binary-search/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Cargo.toml"
],
"test": [
"tests/binary-search.rs"
"tests/binary_search.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/book-store/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Cargo.toml"
],
"test": [
"tests/book-store.rs"
"tests/book_store.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/bottle-song/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/bottle-song.rs"
"tests/bottle_song.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/circular-buffer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Cargo.toml"
],
"test": [
"tests/circular-buffer.rs"
"tests/circular_buffer.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/collatz-conjecture/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Cargo.toml"
],
"test": [
"tests/collatz-conjecture.rs"
"tests/collatz_conjecture.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/crypto-square/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Cargo.toml"
],
"test": [
"tests/crypto-square.rs"
"tests/crypto_square.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/custom-set/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Cargo.toml"
],
"test": [
"tests/custom-set.rs"
"tests/custom_set.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/difference-of-squares/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"Cargo.toml"
],
"test": [
"tests/difference-of-squares.rs"
"tests/difference_of_squares.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/diffie-hellman/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Cargo.toml"
],
"test": [
"tests/diffie-hellman.rs"
"tests/diffie_hellman.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/dot-dsl/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"Cargo.toml"
],
"test": [
"tests/dot-dsl.rs"
"tests/dot_dsl.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/doubly-linked-list/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Cargo.toml"
],
"test": [
"tests/doubly-linked-list.rs"
"tests/doubly_linked_list.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/eliuds-eggs/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Cargo.toml"
],
"test": [
"tests/eliuds-eggs.rs"
"tests/eliuds_eggs.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/forth/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
],
"test": [
"tests/forth.rs",
"tests/alloc-attack.rs"
"tests/alloc_attack.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/grade-school/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"Cargo.toml"
],
"test": [
"tests/grade-school.rs"
"tests/grade_school.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/hello-world/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Cargo.toml"
],
"test": [
"tests/hello-world.rs"
"tests/hello_world.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/high-scores/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"Cargo.toml"
],
"test": [
"tests/high-scores.rs"
"tests/high_scores.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/isbn-verifier/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"Cargo.toml"
],
"test": [
"tests/isbn-verifier.rs"
"tests/isbn_verifier.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/kindergarten-garden/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"Cargo.toml"
],
"test": [
"tests/kindergarten-garden.rs"
"tests/kindergarten_garden.rs"
],
"example": [
".meta/example.rs"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Cargo.toml"
],
"test": [
"tests/largest-series-product.rs"
"tests/largest_series_product.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/list-ops/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Cargo.toml"
],
"test": [
"tests/list-ops.rs"
"tests/list_ops.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/luhn-from/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Cargo.toml"
],
"test": [
"tests/luhn-from.rs"
"tests/luhn_from.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/luhn-trait/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Cargo.toml"
],
"test": [
"tests/luhn-trait.rs"
"tests/luhn_trait.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/matching-brackets/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"Cargo.toml"
],
"test": [
"tests/matching-brackets.rs"
"tests/matching_brackets.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nth-prime/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Cargo.toml"
],
"test": [
"tests/nth-prime.rs"
"tests/nth_prime.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nucleotide-codons/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"Cargo.toml"
],
"test": [
"tests/nucleotide-codons.rs"
"tests/nucleotide_codons.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/nucleotide-count/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Cargo.toml"
],
"test": [
"tests/nucleotide-count.rs"
"tests/nucleotide_count.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/ocr-numbers/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"Cargo.toml"
],
"test": [
"tests/ocr-numbers.rs"
"tests/ocr_numbers.rs"
],
"example": [
".meta/example.rs"
Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/palindrome-products/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"Cargo.toml"
],
"test": [
"tests/palindrome-products.rs"
"tests/palindrome_products.rs"
],
"example": [
".meta/example.rs"
Expand Down
Loading

0 comments on commit 5bac850

Please sign in to comment.