mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 12:30:33 +02:00
added test titles
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
include <unittest.scad>;
|
||||
|
||||
module test_along_with_default_angles() {
|
||||
echo("==== test_along_with_default_angles ====");
|
||||
|
||||
include <along_with.scad>;
|
||||
include <circle_path.scad>;
|
||||
|
||||
@@ -22,6 +24,8 @@ module test_along_with_default_angles() {
|
||||
}
|
||||
|
||||
module test_along_with_children() {
|
||||
echo("==== test_along_with_children ====");
|
||||
|
||||
include <along_with.scad>;
|
||||
include <circle_path.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;
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
echo("==== test_cross_sections ====");
|
||||
|
||||
include <unittest.scad>;
|
||||
include <polysections.scad>;
|
||||
include <cross_sections.scad>;
|
||||
|
@@ -1,3 +1,5 @@
|
||||
echo("==== test_parse_number ====");
|
||||
|
||||
include <unittest.scad>;
|
||||
include <sub_str.scad>;
|
||||
include <split_str.scad>;
|
||||
|
@@ -1,3 +1,5 @@
|
||||
echo("==== test_rotate_p ====");
|
||||
|
||||
include <unittest.scad>;
|
||||
include <rotate_p.scad>;
|
||||
|
||||
|
@@ -1,3 +1,5 @@
|
||||
echo("==== test_split_str ====");
|
||||
|
||||
include <unittest.scad>;
|
||||
include <sub_str.scad>;
|
||||
include <split_str.scad>;
|
||||
|
@@ -1,3 +1,5 @@
|
||||
echo("==== test_sub_str ====");
|
||||
|
||||
include <unittest.scad>;
|
||||
include <sub_str.scad>;
|
||||
|
||||
|
Reference in New Issue
Block a user