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: GoTestTools/gotestfmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Choose a base ref
...
head repository: GoTestTools/gotestfmt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 3 contributors

Commits on May 31, 2023

  1. A hash character at the beginning of Output line causes test to be ma…

    …rked as failed (#52)
    
    * test: case for #52 without hash
    * test: introduce # character to the output line
    * fix: don’t fail test when there is a # in the JSON Output
    JackuB authored May 31, 2023
    Configuration menu
    Copy the full SHA
    b870aff View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Add support for overriding template dir (#50)

    Add optional '-template-dir' flag to 'gotestfmt' cli command that allows overriding of the default template lookup path. Defaults to './.gotestfmt' to maintain backwards compatability.
    Simplify ciEnvironments mapping to easier support dynamic root template folder.
    Update 'findTemplate' function to allow passing in a root directory path that is used for os filesystem lookups, but not for embed fs lookups.
    
    Co-authored-by: Michael Engel <engel.michael@hotmail.de>
    obfu5c8 and engelmi authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    4c97682 View commit details
    Browse the repository at this point in the history
Loading