Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does UBlockly support Unity Testing? #41

Open
Jatin-Qweebi opened this issue Nov 16, 2021 · 2 comments
Open

Does UBlockly support Unity Testing? #41

Jatin-Qweebi opened this issue Nov 16, 2021 · 2 comments

Comments

@Jatin-Qweebi
Copy link

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
Copy link
Author

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

@imagicbell
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants