File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ test_file="$exercise_dir/tests/$slug.rs"
3030cat << EOT >"$test_file "
3131use $( dash_to_underscore " $slug " ) ::*;
3232
33- // Add tests here
34-
3533EOT
3634
3735# Flattens canonical json, extracts only the objects with a uuid
Original file line number Diff line number Diff line change 7070 cat << EOT >>"$test_file "
7171#[test] $( [[ " $first_iteration " == false ]] && printf " \n#[ignore]" )
7272fn ${desc} () {
73-
7473 let input = ${input} ;
7574 let expected = ${expected} ;
7675
77- // TODO: Add assertion
76+ // TODO: Verify assertion
7877 assert_eq!(${fn_name} (input), expected);
7978}
8079
Original file line number Diff line number Diff line change 33# top one gets evaluated
44# relative one is needed for .shellcheckrc to test if files exist in local env
55# absolute one is needed for CI to test if files exist
6- # before commit - swap these accordingly
6+ # before commit swap these accordingly
77# shellcheck source=bin/generator-utils/colors.sh
88# shellcheck source=./colors.sh
99source ./bin/generator-utils/colors.sh
You can’t perform that action at this time.
0 commit comments