godot/.github
RevoluPowered 579342810f t Add unit testing to Godot using DocTest and added to GitHub Actions CI
Implements exit codes into the engine so tests can return their statuses.
Ideally we don't do this, and we use FIXUP logic to 'begin' and 'end' the engine execution for tests specifically.

Since realistically we're initialising the engine here we don't want to do that, since String should not require an engine startup to test a single header.

This lowers the complexity of running the unit tests and even for
physics should be possible to implement such a fix.
2020-07-24 13:05:33 +01:00
..
ISSUE_TEMPLATE GitHub: Remove feature request placeholder template 2020-05-29 10:21:01 +02:00
workflows t Add unit testing to Godot using DocTest and added to GitHub Actions CI 2020-07-24 13:05:33 +01:00
CODEOWNERS Add aaronfranke to CODEOWNERS for GodotSharp 2020-07-03 21:31:10 -04:00
FUNDING.yml Move CODEOWNERS and ISSUE_TEMPLATE.md to .github folder 2019-06-27 17:22:48 +02:00
PULL_REQUEST_TEMPLATE.md Add a PR template with a message about PRs needing to be for master 2020-07-22 13:04:58 -04:00