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

use .unwrap() not .value in tests #249

Merged
merged 1 commit into from
Jun 21, 2021
Merged

use .unwrap() not .value in tests #249

merged 1 commit into from
Jun 21, 2021

Conversation

altendky
Copy link
Owner

This makes the error visible in cases where the outcome is not a value at all.

This makes the error visible in cases where the outcome is not a value at all.
@codecov
Copy link

codecov bot commented Jun 21, 2021

Codecov Report

Merging #249 (f741db8) into master (2814301) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #249   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           33        33           
  Lines         1960      1960           
  Branches       128       128           
=========================================
  Hits          1960      1960           
Impacted Files Coverage Δ
qtrio/_tests/test_core.py 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 2814301...f741db8. Read the comment docs.

@altendky
Copy link
Owner Author

See the docs at https://outcome.readthedocs.io/en/stable/api.html.

@altendky altendky requested review from epcAnker and gordon-epc June 21, 2021 14:40
@altendky altendky merged commit 727ba64 into master Jun 21, 2021
@altendky altendky deleted the altendky-patch-4 branch June 21, 2021 21:04
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