From d73ab76c9ac1e349ad48c13791531228728e6a4b Mon Sep 17 00:00:00 2001 From: Revar Desmera Date: Sun, 10 Nov 2019 12:52:58 -0800 Subject: [PATCH] Added tests for errors.scad --- tests/test_errors.scad | 11 +++++++++++ version.scad | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tests/test_errors.scad diff --git a/tests/test_errors.scad b/tests/test_errors.scad new file mode 100644 index 0000000..aa52225 --- /dev/null +++ b/tests/test_errors.scad @@ -0,0 +1,11 @@ +include + + +// Can't test echo output as yet. Include these for coverage calculations. +module test_echo_error() {} +module test_echo_warning() {} +module test_deprecate() {} +module test_deprecate_argument() {} + + +// vim: noexpandtab tabstop=4 shiftwidth=4 softtabstop=4 nowrap diff --git a/version.scad b/version.scad index 1b06828..4690aaa 100644 --- a/version.scad +++ b/version.scad @@ -8,7 +8,7 @@ ////////////////////////////////////////////////////////////////////// -BOSL_VERSION = [2,0,26]; +BOSL_VERSION = [2,0,27]; // Section: BOSL Library Version Functions