contributing/development/core_and_modules/unit_testing #413
Replies: 2 comments
-
Tips for who are using Windows with Visual studio 2022 for build the UT envs. Please run
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Both JetBrains Rider and JetBrains CLion have in-editor support for doctest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
contributing/development/core_and_modules/unit_testing
Godot Engine allows to write unit tests directly in C++. The engine integrates the doctest unit testing framework which gives ability to write test suites and test cases next to production code, bu...
https://docs.godotengine.org/en/latest/contributing/development/core_and_modules/unit_testing.html
Beta Was this translation helpful? Give feedback.
All reactions