public/rust/tests
Augusto 0544507d19 Update the test of the exercise `temperature_conv` 2021-02-22 10:27:40 +00:00
..
adding_test adding modules 2020-12-29 17:20:35 +00:00
adding_twice_test fix 2020-12-29 18:21:00 +00:00
arrange_it_test Add test and subject for exercise `arrange_it` 2020-12-26 21:28:55 +00:00
arrays_test Add subject and test of the exercise `arrays` 2020-12-26 23:58:11 +00:00
banner_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
bigger_test Add the subject and test for the exercise bigger 2020-12-27 17:34:42 +00:00
blood_types_test Add test and subject for the exercise `blood_types` 2020-12-28 11:25:13 +00:00
borrow_box_test quest 08: tests and subject 2020-12-28 17:11:42 +00:00
borrow_me_the_reference_test Add test and subject of exercise `borrow_me_the_reference` 2020-12-26 18:32:45 +00:00
borrow_test Add exercise `borrow`'s subject and tests 2020-12-25 22:29:12 +00:00
box_it_test quest 08: tests and subject 2020-12-28 17:11:42 +00:00
box_recursion_test quest 08: tests and subject 2020-12-28 17:11:42 +00:00
boxing_todo_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
capitalizing_test Add subject and test for the exercise `capitalizing` 2020-12-27 15:28:23 +00:00
card_deck_test Add subject and test of the exercise `card_deck` 2020-12-26 23:32:41 +00:00
changes_test Improve exercise `changes` 2021-01-05 14:04:14 +00:00
cipher_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
circle_test Add subject and test for the exercise `circle` 2020-12-26 22:46:07 +00:00
closures_test Add subject and test of the exercise `closures` 2020-12-28 21:11:15 +00:00
collect_test Add the subject and test for the exercise `collect` 2020-12-27 18:16:01 +00:00
copy_test Add exercicio copy's subject and tests 2020-12-25 21:32:57 +00:00
delete_prefix_test Add test and subjects of exercise `delete_prefix` 2020-12-28 20:08:35 +00:00
diamond_creation_test fix 2020-12-29 18:21:00 +00:00
division_and_remainder_test fix 2020-12-29 18:21:00 +00:00
doubtful_test Add exercise doubtful's subject and tests 2020-12-26 17:43:34 +00:00
drop_the_thread_test quest 08: tests and subject 2020-12-28 17:11:42 +00:00
edit_distance_test Add subject and test for the exercise `edit_distance` 2020-12-27 11:38:03 +00:00
error_type_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
events_test Add the subject and test of the exercise `events` 2020-12-28 19:49:23 +00:00
fibonacci2_test Improve readme for older exercises 2020-12-24 23:06:32 +00:00
find_factorial_test adding modules 2020-12-29 17:20:35 +00:00
generics_test Add subject and test for the exercise `generic` 2020-12-27 19:04:52 +00:00
get_products_test fix 2020-12-29 18:21:00 +00:00
groceries_test Add the exercise `groceries`'s subject and tests 2020-12-24 20:58:46 +00:00
handling_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
hashing_test Add subject and test for the exercise `hashing` 2020-12-27 16:03:43 +00:00
highest_test fix 2020-12-29 18:21:00 +00:00
how_many_references_test quest 08: tests and subject 2020-12-28 17:11:42 +00:00
iterators_test fix 2020-12-29 18:21:00 +00:00
lalgebra_scalar_test Add test and subject of `lalgebra_scalar` 2020-12-27 20:14:49 +00:00
lalgebra_vector_test Add test and subject for exercise lalgebra_vector 2020-12-28 00:38:09 +00:00
lifetimes_test Add test and subject for exercise `lifetimes` 2020-12-28 19:03:57 +00:00
logic_number_test adding modules 2020-12-29 17:20:35 +00:00
looping_test Add exercise `looping` 2020-12-24 19:13:17 +00:00
matrix_mult_test Add test and subject of exercise `matrix_mult` 2020-12-27 21:54:52 +00:00
matrix_ops_test Add subject and test for exercise `matrix_ops` 2020-12-27 23:59:10 +00:00
matrix_test Add the subject and test of the exercise `matrix` 2020-12-27 21:02:47 +00:00
matrix_transposition_test Add exercise `matrix_transposition`'s subject and tests 2020-12-25 10:48:59 +00:00
name_initials_test Add subject and test for the exercise `name_initials` 2020-12-26 21:07:27 +00:00
ordinal_test adding modules 2020-12-29 17:20:35 +00:00
ownership_test Add exercise `ownership`'s subject and test 2020-12-25 20:12:23 +00:00
pangram_test adding modules 2020-12-29 17:20:35 +00:00
panic_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
pig_latin_test adding modules 2020-12-29 17:20:35 +00:00
profanity_filter_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
project_motion_test quest 8: adding tests and subjects 2020-12-28 17:30:38 +00:00
question_mark_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
ref_cell_test quest 08: tests and subject 2020-12-28 17:11:42 +00:00
reverse_string_test fix 2020-12-29 18:21:00 +00:00
rgb_match_test fix 2020-12-29 18:21:00 +00:00
roman_numbers_iter_test Add subject and test for exercise `roman_numbers_iter` 2020-12-28 17:24:11 +00:00
roman_numbers_test Add subject and test for exercise `roman_numbers` 2020-12-28 17:14:17 +00:00
rot_test fix 2020-12-29 18:21:00 +00:00
sales_test quest 8: adding tests and subjects 2020-12-28 17:30:38 +00:00
scalar_test Update relative paths 2020-12-21 17:20:25 +01:00
scores_test fix 2020-12-29 18:21:00 +00:00
searching_test adding modules 2020-12-29 17:20:35 +00:00
simple_hash_test adding modules 2020-12-29 17:20:35 +00:00
slices_to_map_test Add subject and tests for exercise `slices_to_map` 2020-12-29 01:32:43 +00:00
speed_transformation_test Add exercise `speed_transformation` subject and test 2020-12-24 20:29:26 +00:00
spelling_test adding modules 2020-12-29 17:20:35 +00:00
stars_test adding modules 2020-12-29 17:20:35 +00:00
step_iterator_test Add test and subject for exercise `step_iterator` 2020-12-29 01:53:15 +00:00
string_literal_test Add test and subject for the exercise `string_literal` 2020-12-26 20:44:53 +00:00
string_permutation_test Add the subject and test of `string_permutation` 2020-12-27 17:19:11 +00:00
strings_test Add subject and test of exercise `strings` 2020-12-27 11:15:09 +00:00
talking_test adding modules 2020-12-29 17:20:35 +00:00
temperature_conv_test Update the test of the exercise `temperature_conv` 2021-02-22 10:27:40 +00:00
tic_tac_toe_test Add the subject and test for the exercise tic_tac_toe 2020-12-26 20:15:15 +00:00
to_url_test Add subject and test for the exercise `to_url` 2020-12-27 11:56:13 +00:00
traits_test Add the subject and test of the exercise `traits` 2020-12-28 10:53:17 +00:00
tuples_test Add tuples' exercise and test 2020-12-25 17:35:42 +00:00
unwrap_and_expect_test quest-04: readme and tests 2020-12-28 15:55:34 +00:00
vector_operations_test Add subject and test for exercise `vector_operations` 2020-12-28 18:03:23 +00:00
vehicles_test Add subject and test of the exercise `vehicle` 2020-12-28 13:17:04 +00:00