Skip to content

Nose captures logs!#367

Merged
rahulporuri merged 1 commit into
masterfrom
fix/nose-captures-logs
Sep 24, 2019
Merged

Nose captures logs!#367
rahulporuri merged 1 commit into
masterfrom
fix/nose-captures-logs

Conversation

@rahulporuri
Copy link
Copy Markdown
Contributor

Nose was capturing logs when running the test suite, which is why we werent seeing the kiva font manager related logs/tracebacks on the enable test runs but we were seeing them in other package test runs!

(I checked the following packages and they make sure that nose doesnt capture logs - traits, traitsui, pyface. chaco doesn't use nose anymore.)

@jwiggins
Copy link
Copy Markdown
Member

Can you rebase this on to the latest master? (ie: post #366)

Copy link
Copy Markdown
Member

@jwiggins jwiggins left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nevermind, this is good to go.

@codecov-io
Copy link
Copy Markdown

codecov-io commented Sep 24, 2019

Codecov Report

Merging #367 into master will decrease coverage by 0.51%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #367      +/-   ##
==========================================
- Coverage   33.43%   32.91%   -0.52%     
==========================================
  Files         206      206              
  Lines       18303    18303              
  Branches     2415     2415              
==========================================
- Hits         6119     6024      -95     
- Misses      11802    11893      +91     
- Partials      382      386       +4
Impacted Files Coverage Δ
enable/null/image.py 0% <0%> (-85.72%) ⬇️
kiva/fonttools/font_manager.py 40.92% <0%> (-11.91%) ⬇️
enable/component_editor.py 75% <0%> (-4.17%) ⬇️
enable/colors.py 21.73% <0%> (-3.27%) ⬇️
kiva/trait_defs/kiva_font_trait.py 73.43% <0%> (-3.13%) ⬇️
enable/tools/hover_tool.py 34.32% <0%> (-2.99%) ⬇️

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 b3d9ee3...e8d4f14. Read the comment docs.

which is why we werent seeing the kiva font manager related logs/tracebacks
on the enable test runs but we were seeing them in other package
test runs!

	modified:   ci/edmtool.py
@rahulporuri rahulporuri force-pushed the fix/nose-captures-logs branch from 6882fad to e8d4f14 Compare September 24, 2019 13:03
@rahulporuri
Copy link
Copy Markdown
Contributor Author

ohh damn. i only saw your first comment in the email and i rebased this. i'll merge once CI is green.

@rahulporuri rahulporuri merged commit 9e2ae9b into master Sep 24, 2019
@rahulporuri rahulporuri deleted the fix/nose-captures-logs branch September 24, 2019 14:02
jwiggins pushed a commit that referenced this pull request Sep 30, 2019
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.

3 participants