Hi guys,
I'm producing a Programming environment for Embedded C using the Blockly framework as a final year project for UNI. As part of the project I need to preform testing on my code and I came across a video
Test Helpers on the Blockly YT channel.
I was particularly interested in the Code Generation Tests chapter as I would like to test all of my custom block generators.
I've read the Unit Testing Docs, analysed the Mocha Tests in Blockly Core and played around with the Dev-tools plugin but I still don't know where to start.
I just want to write some test that check if a particular block returns the expected code.
Regards
Conor
P.S
Sorry for bombarding you all with questions