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

Nose captures logs! #367

Merged
merged 1 commit into from
Sep 24, 2019
Merged

Nose captures logs! #367

merged 1 commit into from
Sep 24, 2019

Conversation

rahulporuri
Copy link
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
Member

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

Copy link
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

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
Copy link
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