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

feat: introduce unit-tests for qt #58

Merged
merged 4 commits into from
Jul 28, 2022
Merged

feat: introduce unit-tests for qt #58

merged 4 commits into from
Jul 28, 2022

Conversation

Artalus
Copy link
Owner

@Artalus Artalus commented Jul 28, 2022

first part of many for #51
see pytest-dev/pytest-qt#282 and https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html about pytest-qt aborting with core dump

@codecov
Copy link

codecov bot commented Jul 28, 2022

Codecov Report

Merging #58 (5ae889a) into master (2e6adc9) will increase coverage by 8.63%.
The diff coverage is 78.57%.

❗ Current head 5ae889a differs from pull request most recent head 64e1073. Consider uploading reports for the commit 64e1073 to get more accurate results

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   18.18%   26.81%   +8.63%     
==========================================
  Files          15       15              
  Lines         451      455       +4     
==========================================
+ Hits           82      122      +40     
+ Misses        369      333      -36     
Flag Coverage Δ
integration 14.72% <0.00%> (-0.14%) ⬇️
unit 23.73% <78.57%> (+8.65%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/jenot/qt/tray.py 0.00% <0.00%> (ø)
src/jenot/qt/pastewindow.py 77.50% <100.00%> (+77.50%) ⬆️
src/jenot/qt/utils.py 72.72% <0.00%> (+72.72%) ⬆️
src/jenot/qt/__init__.py 100.00% <0.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 2e6adc9...64e1073. Read the comment docs.

@Artalus Artalus merged commit 8b61cdc into master Jul 28, 2022
@Artalus Artalus deleted the feat/qt-tests branch July 28, 2022 22:17
@Artalus Artalus linked an issue Jul 28, 2022 that may be closed by this pull request
2 tasks
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.

Tests for qt
1 participant