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

Small fixes for docstrings, rename typing for pytest plugin, unused command #450

Merged
merged 6 commits into from Nov 26, 2023

Conversation

tony
Copy link
Member

@tony tony commented Nov 26, 2023

Extracted #449

Changes

Breaking changes

  • Rename pytest plugin protocol typings:

    • CreateProjectCallbackProtocol -> CreateRepoPostInitFn
    • CreateProjectCallbackFixtureProtocol -> CreateRepoPytestFixtureFn

Bug fixes

  • Remove unused command: Svn.mergelist
  • Fix Git.config docstring

Development

  • Add test for direct usage of HgSync

  • pytest-watcher, Add configuration:

    • Run initially by default
    • Skip post-save files from vim

Copy link

codecov bot commented Nov 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a78779a) 62.50% compared to head (532386f) 62.61%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #450      +/-   ##
==========================================
+ Coverage   62.50%   62.61%   +0.11%     
==========================================
  Files          39       39              
  Lines        3435     3440       +5     
  Branches      927      927              
==========================================
+ Hits         2147     2154       +7     
+ Misses        772      770       -2     
  Partials      516      516              

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

@tony tony marked this pull request as ready for review November 26, 2023 13:39
@tony tony merged commit 8b47794 into master Nov 26, 2023
6 checks passed
@tony tony deleted the small-fixes branch November 26, 2023 13:41
@tony tony changed the title Small fixes Small fixes for docstrings, rename typing for pytest plugin, unused command Nov 26, 2023
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