Skip to content

Releases: matths/SpecSCAD

SpecSCAD v1.0.0

24 Jun 16:37

Choose a tag to compare

This is the first release of a small tool called SpecSCAD to help write tests for OpenSCAD functions using a BDD-style syntax (describe, it, expect), inspired by Mocha/Jest.

It runs OpenSCAD in headless mode via Bash and outputs simple pass/fail results. No external dependencies beyond OpenSCAD + Bash.

It’s very lightweight, but can help to catch issues early in function-heavy code. Maybe it’s useful to others too — feedback welcome!