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

Better support for pytest.param in parametrize_plus #89

Merged
merged 10 commits into from
May 31, 2020
Merged

Conversation

smarie
Copy link
Owner

@smarie smarie commented May 29, 2020

Fixes #79
Fixes #86

@codecov-commenter
Copy link

codecov-commenter commented May 31, 2020

Codecov Report

Merging #89 into master will increase coverage by 0.39%.
The diff coverage is 93.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
+ Coverage   88.08%   88.48%   +0.39%     
==========================================
  Files          60       67       +7     
  Lines        2544     2787     +243     
==========================================
+ Hits         2241     2466     +225     
- Misses        303      321      +18     
Impacted Files Coverage Δ
pytest_cases/tests/issues/test_issue_pytest_70.py 100.00% <ø> (ø)
pytest_cases/common.py 86.71% <85.71%> (-1.17%) ⬇️
pytest_cases/mini_six.py 92.30% <92.30%> (ø)
pytest_cases/main_fixtures.py 88.56% <92.76%> (+0.69%) ⬆️
...t_cases/tests/fixtures/test_fixture_ref_custom2.py 92.85% <92.85%> (ø)
pytest_cases/main_params.py 82.73% <100.00%> (ø)
pytest_cases/plugin.py 82.97% <100.00%> (+0.03%) ⬆️
...st_cases/tests/fixtures/test_fixture_ref_basic1.py 100.00% <100.00%> (ø)
...st_cases/tests/fixtures/test_fixture_ref_basic2.py 100.00% <100.00%> (ø)
...s/tests/fixtures/test_fixture_ref_basic3_tuples.py 100.00% <100.00%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 26200be...294c28c. Read the comment docs.

@smarie smarie merged commit 9cb1515 into master May 31, 2020
@smarie smarie deleted the fix_issue_79_86 branch May 31, 2020 15:44
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.

Improve ids for pytest parametrize Allow usage of pytest.param in parametrize_plus
2 participants