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

Initialize the scheduler without running loop #526

Merged
merged 12 commits into from
Dec 17, 2024
Merged

Conversation

asvetlov
Copy link
Member

@asvetlov asvetlov commented Dec 16, 2024

Fixes #380.

tests/test_scheduler.py Dismissed Show dismissed Hide dismissed
Copy link

codecov bot commented Dec 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.31%. Comparing base (16ccac9) to head (b456af5).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #526      +/-   ##
==========================================
+ Coverage   97.18%   97.31%   +0.13%     
==========================================
  Files           8        8              
  Lines        1064     1119      +55     
  Branches       49       53       +4     
==========================================
+ Hits         1034     1089      +55     
  Misses         18       18              
  Partials       12       12              

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

@asvetlov asvetlov merged commit ef1dd00 into master Dec 17, 2024
15 of 16 checks passed
@asvetlov asvetlov deleted the loopless-init branch December 17, 2024 09:12
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.

Use a .start() method?
2 participants