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

test: [wip] mock tests #510

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Conversation

tlambert03
Copy link
Member

will close #508

the goal here is to test magicgui without any backend involvement. indirectly inspired by #505 ... where it would have been nice to immediately know if this was a backend implementation vs magicgui problem

@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Base: 89.61% // Head: 89.73% // Increases project coverage by +0.12% 🎉

Coverage data is based on head (d2e39dc) compared to base (376933a).
Patch coverage: 73.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #510      +/-   ##
==========================================
+ Coverage   89.61%   89.73%   +0.12%     
==========================================
  Files          36       36              
  Lines        4353     4356       +3     
==========================================
+ Hits         3901     3909       +8     
+ Misses        452      447       -5     
Impacted Files Coverage Δ
src/magicgui/widgets/bases/_value_widget.py 98.33% <ø> (ø)
src/magicgui/application.py 83.69% <60.00%> (+0.54%) ⬆️
src/magicgui/tqdm.py 94.59% <100.00%> (ø)
src/magicgui/widgets/bases/_widget.py 90.45% <100.00%> (+2.51%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

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.

Task: make backend independent tests
1 participant