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

Improve notify center tests. #28

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Improve notify center tests. #28

merged 1 commit into from
Feb 15, 2024

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Feb 15, 2024

  • local notify centers are synchronous, so we shouldn't run the loop. this speeds up testing
  • the Darwin notify center is asynchronous, so we should run the loop. do so longer to make the test more robust

- local notify centers are synchronous, so we shouldn't
  run the loop. this speeds up testing
- the Darwin notify center is asynchronous, so we should
  run the loop. do so longer to make the test more robust
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (44a5aae) 69.68% compared to head (1c93d16) 69.68%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #28   +/-   ##
=======================================
  Coverage   69.68%   69.68%           
=======================================
  Files           9        9           
  Lines         630      630           
=======================================
  Hits          439      439           
  Misses        191      191           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@maleadt maleadt merged commit 1fa90fa into master Feb 15, 2024
7 checks passed
@maleadt maleadt deleted the tb/notify_tests branch February 15, 2024 09:25
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.

1 participant