Added tests for errors.scad

This commit is contained in:
Revar Desmera 2019-11-10 12:52:58 -08:00
parent 8cd795cc36
commit d73ab76c9a
2 changed files with 12 additions and 1 deletions

11
tests/test_errors.scad Normal file
View file

@ -0,0 +1,11 @@
include <BOSL2/std.scad>
// 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

View file

@ -8,7 +8,7 @@
//////////////////////////////////////////////////////////////////////
BOSL_VERSION = [2,0,26];
BOSL_VERSION = [2,0,27];
// Section: BOSL Library Version Functions