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

feat(pytest_plugin): Allow passing init flags to repo fixtures #426

Merged
merged 3 commits into from
Sep 26, 2022

Conversation

tony
Copy link
Member

@tony tony commented Sep 26, 2022

In re: #425 (comment)

This would allow passing --bare to create_git_remote_repo(init_kwargs=['--bare'])

@codecov
Copy link

codecov bot commented Sep 26, 2022

Codecov Report

Merging #426 (8873f64) into master (9fddb55) will increase coverage by 0.02%.
The diff coverage is 81.81%.

❗ Current head 8873f64 differs from pull request most recent head 21e643e. Consider uploading reports for the commit 21e643e to get more accurate results

@@            Coverage Diff             @@
##           master     #426      +/-   ##
==========================================
+ Coverage   62.17%   62.20%   +0.02%     
==========================================
  Files          39       39              
  Lines        2911     2918       +7     
  Branches      695      698       +3     
==========================================
+ Hits         1810     1815       +5     
  Misses        667      667              
- Partials      434      436       +2     
Impacted Files Coverage Δ
src/libvcs/pytest_plugin.py 87.62% <81.81%> (-0.61%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tony tony marked this pull request as ready for review September 26, 2022 00:41
@tony tony merged commit dcf97f8 into master Sep 26, 2022
@tony tony deleted the test-fixtures branch September 26, 2022 00:42
tony added a commit to vcs-python/vcspull that referenced this pull request Sep 26, 2022
- Improvements to pytest plugin

  vcs-python/libvcs#426
- Improvements to syncing git with untracked files

  vcs-python/libvcs#425
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

1 participant