Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MikeSchulze/gdUnit3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.0
Choose a base ref
...
head repository: MikeSchulze/gdUnit3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.1
Choose a head ref
  • 11 commits
  • 25 files changed
  • 2 contributors

Commits on Oct 2, 2022

  1. Update README.md

    MikeSchulze authored Oct 2, 2022
    Configuration menu
    Copy the full SHA
    404faa1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Update issue templates

    Nullpointer authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    2c16024 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    9443573 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Update README.md

    MikeSchulze authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    6d5b04b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. GD-337: Allow to run a single parameterized test from inspector (#338)

    # Why
    By default you can only run one selected test or testsuite.
    For paramterized test the inspector is filled up at test execution with all paramterized tests.
    If one is failing you need to run the whole test case again but it would be nice
    to select one of the paramterized test run and run as single case again.
    
    # What
    Implemented to run a parameterized test case via the inspector context menu.
    MikeSchulze authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9e063de View commit details
    Browse the repository at this point in the history
  2. GD-399: Update ci-pr to include Godot 3.5.1 (#340)

    - update 'dorny/test-reporter' to v1.6.0
    - update 'actions/upload-artifact' to v3
    - update 'actions/setup-dotnet' to v3
    - rename selftest*.yml WF to ci-dev.yml
    - remove 3.3.x versions from ci-pr WF
    - update README.md acording to used WF
    MikeSchulze authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    7d9566f View commit details
    Browse the repository at this point in the history
  3. Bump to v2.3.1

    MikeSchulze authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5509ad3 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. GD-336: Improve test suite parsing for large function descriptors (#342)

    * GD-336: Improve test suite parsing for large function descriptors
    
    # Why
    Loading of a test suite with an parameterized test and a huge parameter set was resulting in extrem long loading time
    
    # What
    Simplifyed the function descriptor parsing to speedup loading time.
    MikeSchulze authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    78cffe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cfa585 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

  1. Configuration menu
    Copy the full SHA
    89c1762 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d9da7c View commit details
    Browse the repository at this point in the history
Loading