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

Improve tests by using temporary Git config #22

Merged
merged 1 commit into from
Apr 3, 2024
Merged

Improve tests by using temporary Git config #22

merged 1 commit into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Improve tests by using temporary Git config

    Adds a test fixture that generates a .gitconfig file within a temporary
    folder for each test. This ensures that the user running the test
    doesn't have their global Git config changed under them.
    
    Also removes `go-homedir` in favour of stdlib.
    arbourd committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    affc5ff View commit details
    Browse the repository at this point in the history