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

Added support for hook functions in all fixture-creating methods #84

Merged
merged 4 commits into from
May 26, 2020

Conversation

smarie
Copy link
Owner

@smarie smarie commented May 26, 2020

Fixes #83

Sylvain MARIE added 3 commits May 26, 2020 19:04
…ures are created behind the scenes, so as to ease debugging and/or save fixtures (with `stored_fixture` from pytest harvest). Fixes #83
@smarie smarie added the enhancement New feature or request label May 26, 2020
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2020

Codecov Report

Merging #84 into master will increase coverage by 0.03%.
The diff coverage is 92.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   87.87%   87.90%   +0.03%     
==========================================
  Files          58       59       +1     
  Lines        2490     2514      +24     
==========================================
+ Hits         2188     2210      +22     
- Misses        302      304       +2     
Impacted Files Coverage Δ
pytest_cases/main_fixtures.py 87.97% <90.00%> (-0.25%) ⬇️
pytest_cases/tests/advanced/test_hook.py 100.00% <100.00%> (ø)

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 1aec9cf...8ad3fc3. Read the comment docs.

@smarie smarie merged commit 0fad070 into master May 26, 2020
@smarie smarie deleted the fix_issue_83 branch May 26, 2020 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide an easy way to debug "behind the scenes" fixture creation with hooks
2 participants