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

Added doctest unit test framework #40148

Merged
merged 1 commit into from
Jul 24, 2020

Commits on Jul 24, 2020

  1. 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.
    RevoluPowered committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    5793428 View commit details
    Browse the repository at this point in the history