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

Set required git configuration for initiated test repository #113

Closed
wants to merge 1 commit into from

Conversation

TheChymera
Copy link

Preventing issues like → #112

I really think it would be best to set these configs when initializing the new repo, since this is required by git and tests may run as a sandbox user.

@yarikoptic
Copy link
Member

Thanks!

We have tmp_home fixture https://github.com/datalad/datalad-fuse/blob/HEAD/datalad_fuse/tests/conftest.py#L65 so just try using it (add to test signature) and it should then work for you.

Filed

so we can ensure this at CI level, and might provide a fix there unless you beat me to it here

Copy link

codecov bot commented May 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.05%. Comparing base (02200a1) to head (808d184).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   91.02%   91.05%   +0.02%     
==========================================
  Files          10       10              
  Lines         624      626       +2     
==========================================
+ Hits          568      570       +2     
  Misses         56       56              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@TheChymera TheChymera deleted the git_config branch May 10, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants