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

Fixture teardown - output is now captured correctly #303

Merged
merged 7 commits into from
Oct 8, 2021

Conversation

darrenburns
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #303 (f3dfed1) into master (24a0fd9) will increase coverage by 0.59%.
The diff coverage is 97.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #303      +/-   ##
==========================================
+ Coverage   84.06%   84.65%   +0.59%     
==========================================
  Files          21       21              
  Lines        1820     1851      +31     
  Branches      280      284       +4     
==========================================
+ Hits         1530     1567      +37     
+ Misses        244      240       -4     
+ Partials       46       44       -2     
Impacted Files Coverage Δ
ward/_terminal.py 62.95% <71.42%> (ø)
ward/_fixtures.py 100.00% <100.00%> (ø)
ward/_run.py 85.45% <100.00%> (ø)
ward/_suite.py 100.00% <100.00%> (ø)
ward/expect.py 97.80% <100.00%> (+6.59%) ⬆️
ward/fixtures.py 96.58% <100.00%> (+0.88%) ⬆️

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 24a0fd9...f3dfed1. Read the comment docs.

@darrenburns darrenburns linked an issue Oct 8, 2021 that may be closed by this pull request
@darrenburns darrenburns changed the title Capturing teardown output Fixture teardown - output is now captured correctly Oct 8, 2021
@darrenburns darrenburns merged commit 36029da into master Oct 8, 2021
@darrenburns darrenburns deleted the capturing-teardown-output branch October 8, 2021 20:22
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.

Output from fixture teardown code leaks into main output
1 participant