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

[Proposal] Unit Testing #8

Open
Beliar83 opened this issue Jan 13, 2019 · 0 comments
Open

[Proposal] Unit Testing #8

Beliar83 opened this issue Jan 13, 2019 · 0 comments
Labels
discussion We're still discussing how to approach this problem enhancement New feature or request

Comments

@Beliar83
Copy link

Beliar83 commented Jan 13, 2019

It is my opinion that testing benefits any programming project. If done correctly in protects against creating and changing code in a way that makes it not work as expected. Unit testing can also be done without any easy way to test the code in the actual program.

A better explanation of unit testing can be found here:

http://gamesfromwithin.com/stepping-through-the-looking-glass-test-driven-game-development-part-1

Therefore I suggest that we take advantage of unit testing as much as possible.

The only unit testing framework for gdscript I found is Gut (https://godotengine.org/asset-library/asset/54),
but it seems to be working fine and has been updated recently. A wiki for it can be found here: https://github.com/bitwes/Gut/wiki

@aaronfranke aaronfranke added enhancement New feature or request discussion We're still discussing how to approach this problem labels Jan 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion We're still discussing how to approach this problem enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants