From 79f628f540a0ebafdc96dcf80564c4ca7b41e869 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 22 Jun 2017 15:10:25 +0800 Subject: [PATCH] added test titles --- test/test_along_with.scad | 4 ++++ test/test_bend.scad | 2 ++ test/test_cross_sections.scad | 2 ++ test/test_parse_number.scad | 2 ++ test/test_rotate_p.scad | 2 ++ test/test_split_str.scad | 2 ++ test/test_sub_str.scad | 2 ++ 7 files changed, 16 insertions(+) diff --git a/test/test_along_with.scad b/test/test_along_with.scad index 52131458..b8a9569c 100644 --- a/test/test_along_with.scad +++ b/test/test_along_with.scad @@ -1,6 +1,8 @@ include ; module test_along_with_default_angles() { + echo("==== test_along_with_default_angles ===="); + include ; include ; @@ -22,6 +24,8 @@ module test_along_with_default_angles() { } module test_along_with_children() { + echo("==== test_along_with_children ===="); + include ; include ; diff --git a/test/test_bend.scad b/test/test_bend.scad index 1ebeee3c..b4795db5 100644 --- a/test/test_bend.scad +++ b/test/test_bend.scad @@ -6,6 +6,8 @@ y = 9.55; z = 1; module test_bend_tri_frag(points, angle) { + echo("==== test_bend_tri_frag ===="); + expected_points = [[0, 0], [0.1927, 1.9566], [0.3854, 0], [0, 0]]; expected_angle = 11.25; diff --git a/test/test_cross_sections.scad b/test/test_cross_sections.scad index 29e2ce16..8af14850 100644 --- a/test/test_cross_sections.scad +++ b/test/test_cross_sections.scad @@ -1,3 +1,5 @@ +echo("==== test_cross_sections ===="); + include ; include ; include ; diff --git a/test/test_parse_number.scad b/test/test_parse_number.scad index 324c6c09..eff64e0a 100644 --- a/test/test_parse_number.scad +++ b/test/test_parse_number.scad @@ -1,3 +1,5 @@ +echo("==== test_parse_number ===="); + include ; include ; include ; diff --git a/test/test_rotate_p.scad b/test/test_rotate_p.scad index 865ca97e..4e7aeece 100644 --- a/test/test_rotate_p.scad +++ b/test/test_rotate_p.scad @@ -1,3 +1,5 @@ +echo("==== test_rotate_p ===="); + include ; include ; diff --git a/test/test_split_str.scad b/test/test_split_str.scad index 414c4ab2..d6a1d5b5 100644 --- a/test/test_split_str.scad +++ b/test/test_split_str.scad @@ -1,3 +1,5 @@ +echo("==== test_split_str ===="); + include ; include ; include ; diff --git a/test/test_sub_str.scad b/test/test_sub_str.scad index 036d20bd..df3cea63 100644 --- a/test/test_sub_str.scad +++ b/test/test_sub_str.scad @@ -1,3 +1,5 @@ +echo("==== test_sub_str ===="); + include ; include ;