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

Filter known warnings in tests and raise on others #893

Merged
merged 12 commits into from
Dec 10, 2021
Merged

Conversation

mwouts
Copy link
Owner

@mwouts mwouts commented Dec 9, 2021

Closes #823

@mwouts mwouts marked this pull request as draft December 9, 2021 23:10
@codecov
Copy link

codecov bot commented Dec 10, 2021

Codecov Report

Merging #893 (73b4a1e) into main (0662680) will increase coverage by 0.15%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #893      +/-   ##
==========================================
+ Coverage   98.89%   99.04%   +0.15%     
==========================================
  Files         114      114              
  Lines       10690    10699       +9     
==========================================
+ Hits        10572    10597      +25     
+ Misses        118      102      -16     
Impacted Files Coverage Δ
tests/test_cli.py 100.00% <100.00%> (ø)
tests/test_cm_config.py 100.00% <100.00%> (ø)
tests/test_pre_commit_scripts.py 100.00% <100.00%> (ø)
jupytext/cli.py 95.68% <0.00%> (-0.19%) ⬇️
jupytext/myst.py 97.19% <0.00%> (+0.46%) ⬆️
jupytext/contentsmanager.py 97.61% <0.00%> (+1.02%) ⬆️
tests/test_read_empty_text_notebook.py 100.00% <0.00%> (+5.88%) ⬆️
tests/test_ipynb_to_myst.py 100.00% <0.00%> (+13.33%) ⬆️

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 0662680...73b4a1e. Read the comment docs.

@mwouts mwouts marked this pull request as ready for review December 10, 2021 14:48
@mwouts mwouts merged commit fece6db into main Dec 10, 2021
@mwouts mwouts deleted the filter_warnings branch December 10, 2021 14:48
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.

Filter out expected warnings in pytest
1 participant