Hi all,
I want to “click” these two buttons with ruby. I found that for the “purge unused” I probably need the following commands but I can’t find the command(s) for the “fix problems”. In the “validity check”. What I want is not to just check, but also silently fix the problems.
It is an undocumented module Trimble uses for testing. It is not intended for end users and not guaranteed safe. But ruby hackers found it a long time ago, so it is a sort of ill- kept secret.
Actually Test is a Standard Ruby Library module and so public, but is really only a namespace wrapper for other submodules or classes.
Y’all should have created your own Sketchup::Test module (or nested Test::Sketchup sub-module,) which could have been undefined in the public API release.
… OR the module could be implemented as a licensed extension that only team members have a license to.
Yea, that name wasn’t ideal. It was done before SketchUp shipped with StdLib.
Since it’s internal only - we should be good to rename it. I’ll log an issue.