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

Doctest regression suite for gdscript, loading scripts and corresponding par… #41616

Closed
wants to merge 1 commit into from

Commits on Sep 3, 2020

  1. Doctests for gdscript by loading scripts and corresponding parsed/tok…

    …enized files from a directory.
    
    Automatically tests all .gd files, intended as the start of a regression suite.
    Could be improved by:
    * avoiding code duplication with gdscript test command, see note in test_gdscript_doctest.h
    * showing a diff on failure,
    rather than the default doctest output of showing both sides of == below each other.
    Easiest way is to generate the diff, somehow, and then compare against the empty output.
    strank committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    cb7f4fd View commit details
    Browse the repository at this point in the history