imagicbell / ublockly

reimplementation of google blockly for Unity
http://imagicbell.github.io/unity/2017/10/11/blockly-one.html
Apache License 2.0
140 stars 54 forks source link

Does UBlockly support Unity Testing? #41

Open Jatin-Qweebi opened 3 years ago

Jatin-Qweebi commented 3 years ago

Whenever we add new block, we need to check if it works fine and also need to test if all the previous blocks are working fine or not. There have been cases where we did a few changes to solve issues which in-turn introduced new issues.

It would be great to have automated/unit testing feature, so as to test all blocks whenever we add new blocks or do any major changes. This will make sure that new changes have not affected any previous functionality.

Blockly Unit Testing Page: https://developers.google.com/blockly/guides/modify/web/unit-testing I would like to ask if this is already possible (if yes then how?) or can it be possible (if yes, how can we do so)?

Thanks in advance.

Jatin-Qweebi commented 3 years ago

@imagicbell Can you kindly have a look at this ..... Thanks in advance.

imagicbell commented 3 years ago

Sorry, this is not supported right now. We need to write unit test for each block, which involves tons of work. Currently, I have very little time devoting to this.