BOSL2/tests
2024-06-25 19:24:48 -04:00
..
polyhedra.scad A broad review of input data check and code format 2020-07-24 22:54:34 +01:00
README.txt various file reorgs 2022-03-27 23:06:42 -04:00
test_affine.scad Match affine3d skews up to affine2d_skew behaviour 2022-08-06 17:09:20 -07:00
test_attachments.scad added test 2021-10-05 17:18:43 -04:00
test_comparisons.scad Rename close_path and cleanup_path to list_wrap and list_unwrap 2023-03-02 19:40:12 -05:00
test_coords.scad adjust tests 2021-10-26 23:26:03 -04:00
test_cubetruss.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_distributors.scad Fix for line_copies() test. 2023-01-18 01:18:17 -08:00
test_drawing.scad Torx sizing tweaks. 2022-07-28 23:49:24 -07:00
test_edges.scad fix tests 2021-11-10 18:35:13 -05:00
test_fnliterals.scad Some 2-arg fnliteral factory fixes. 2023-08-07 23:24:28 -07:00
test_geometry.scad fix doc bug in bottlecaps. 2022-04-08 20:17:41 -04:00
test_linalg.scad add path.scad tests, shift tests to correct files 2021-10-31 15:35:45 -04:00
test_linear_bearings.scad lmXuu_info() bugfix. ball_bearing_info() bugfix. 2022-09-20 00:48:34 -07:00
test_lists.scad bug fix 2023-05-15 20:02:07 -04:00
test_masks2d.scad fix tests 2024-03-05 20:57:13 -05:00
test_math.scad sum/product optimizations 2024-06-25 19:24:48 -04:00
test_miscellaneous.scad mutators-> misc, add flip1/flip2 styles to vnf 2024-05-04 23:32:48 -04:00
test_paths.scad add deduplicate to rect(), add deduplicate to is_path_simple 2024-01-28 18:22:04 -05:00
test_regions.scad fix doc errors 2021-11-06 19:29:49 -04:00
test_rounding.scad rounding tests 2021-04-02 17:00:58 -04:00
test_screw_drive.scad screw fixes 2022-08-26 19:13:55 -04:00
test_shapes2d.scad update tests 2022-11-05 16:58:15 -04:00
test_shapes3d.scad fix tests to agree with code 2023-03-25 01:09:55 -04:00
test_skin.scad Propagate "style" in recursive sweep() 2024-01-01 23:09:20 +01:00
test_strings.scad fix parse_frac bug for leading space leading to infinite recursion 2023-03-22 16:11:31 -04:00
test_structs.scad fix screws bugs relating to oversizing 2023-02-16 19:59:21 -05:00
test_transforms.scad fix examples/tests 2022-03-31 06:23:30 -04:00
test_trigonometry.scad Moved trig functions to trigonometry.scad 2021-09-11 02:29:07 -07:00
test_utility.scad change count_true to num_true and simplify 2022-05-27 10:21:33 -04:00
test_vectors.scad usage message fixes and doc tweaks 2022-04-08 19:37:46 -04:00
test_version.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_vnf.scad remove noncoplanar polygon fron vnf_from_polygon test 2024-01-27 09:46:08 -05:00

This directory contains regression tests scripts to check whether the
library is working correctly.  If all the scripts run without
producing any output, then all the tests have passed.