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

Drop mock package dependency #1500

Merged
merged 2 commits into from
Nov 18, 2020
Merged

Drop mock package dependency #1500

merged 2 commits into from
Nov 18, 2020

Conversation

Anthchirp
Copy link
Member

and use the standard library implementation (unittest.mock) instead of the mock package.

This is independent of the pytest-mock PRs going around in parallel

Also depends on xia2/xia2#541

@codecov
Copy link

codecov bot commented Nov 18, 2020

Codecov Report

Merging #1500 (b85b57a) into master (38d438f) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1500      +/-   ##
==========================================
- Coverage   65.57%   65.54%   -0.04%     
==========================================
  Files         614      614              
  Lines       68973    68973              
  Branches     9530     9533       +3     
==========================================
- Hits        45232    45207      -25     
- Misses      21902    21928      +26     
+ Partials     1839     1838       -1     

and use the standard library implementation instead
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