Anyone know any testing frameworks (unit testing) for squirrel? I couldn’t see anything on squirrel Lang. Wondered what people did for this? Thanks
Have you seen SqJasmine?
No I hadn’t, thanks for this.
I’ve been working on a mocking library in my free time… if you’re looking at unit testing, etc you may find it useful
https://github.com/matt-haines/Fake
It’s not documented yet, and I probably want to clean up the code a bit (and test it some more) - but I’d love to get some feedback from the community about whether it’s useful, etc