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"
30
30
cat << EOT >"$test_file "
31
31
use $( dash_to_underscore " $slug " ) ::*;
32
32
33
- // Add tests here
34
-
35
33
EOT
36
34
37
35
# Flattens canonical json, extracts only the objects with a uuid
Original file line number Diff line number Diff line change 70
70
cat << EOT >>"$test_file "
71
71
#[test] $( [[ " $first_iteration " == false ]] && printf " \n#[ignore]" )
72
72
fn ${desc} () {
73
-
74
73
let input = ${input} ;
75
74
let expected = ${expected} ;
76
75
77
- // TODO: Add assertion
76
+ // TODO: Verify assertion
78
77
assert_eq!(${fn_name} (input), expected);
79
78
}
80
79
Original file line number Diff line number Diff line change 3
3
# top one gets evaluated
4
4
# relative one is needed for .shellcheckrc to test if files exist in local env
5
5
# absolute one is needed for CI to test if files exist
6
- # before commit - swap these accordingly
6
+ # before commit swap these accordingly
7
7
# shellcheck source=bin/generator-utils/colors.sh
8
8
# shellcheck source=./colors.sh
9
9
source ./bin/generator-utils/colors.sh
You can’t perform that action at this time.
0 commit comments