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

test: create test files inside temp directory #1150

Merged
merged 1 commit into from
Feb 18, 2024
Merged

Commits on Feb 18, 2024

  1. test: create test files inside temp directory

    No change to logic. This updates some test cases to create the files
    they need inside the temp directory instead of in the repo itself. This
    is helpful in case the test case fails early, that way we don't leave
    this file behind.
    
    This contributes toward #828, since the change to fast-glob made it
    clear that this test was mishandling link files and leaving side effects
    in the git repo. However this change is desirably independent of
    fast-glob.
    nfischer committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1fe204f View commit details
    Browse the repository at this point in the history