Skip to content

Deprecate @pytask.mark.parametrize. #381

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

Merged
merged 4 commits into from
May 21, 2023
Merged

Conversation

tobiasraabe
Copy link
Member

@tobiasraabe tobiasraabe commented May 13, 2023

Closes #233.

@tobiasraabe tobiasraabe added this to the v0.3.2 milestone May 13, 2023
@tobiasraabe tobiasraabe changed the title Deprecate @pytask.mark.parametrize. Deprecate @pytask.mark.parametrize. May 13, 2023
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Merging #381 (6f91deb) into main (53c3c7b) will increase coverage by 12.84%.
The diff coverage is 100.00%.

❗ Current head 6f91deb differs from pull request most recent head 672629c. Consider uploading reports for the commit 672629c to get more accurate results

@@             Coverage Diff             @@
##             main     #381       +/-   ##
===========================================
+ Coverage   83.25%   96.09%   +12.84%     
===========================================
  Files          93       93               
  Lines        7645     7664       +19     
===========================================
+ Hits         6365     7365     +1000     
+ Misses       1280      299      -981     
Flag Coverage Δ
end_to_end 83.29% <100.00%> (+0.04%) ⬆️
integration 41.32% <31.57%> (?)
unit 66.20% <31.57%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/_pytask/warnings_utils.py 71.59% <ø> (ø)
src/_pytask/collect.py 94.85% <100.00%> (+0.12%) ⬆️
tests/test_parametrize.py 100.00% <100.00%> (+16.07%) ⬆️

... and 42 files with indirect coverage changes

@tobiasraabe tobiasraabe merged commit 836518a into main May 21, 2023
@tobiasraabe tobiasraabe deleted the deprecate-parametrize branch May 21, 2023 21:23
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.

ENH: Deprecate @pytask.mark.parametrize.
1 participant