Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pytest-dev
/
pytest-asyncio
Public
Notifications
You must be signed in to change notification settings
Fork
199
Star
1.7k
Code
Issues
38
Pull requests
12
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Add clock event loop as default
- #110
#110
Closed
derekbrokeit
wants to merge 18 commits into
pytest-dev:master
pytest-dev/pytest-asyncio:master
from
derekbrokeit:add-clock-event-loop-as-default
derekbrokeit/pytest-asyncio:add-clock-event-loop-as-default
Copy head branch name to clipboard
Conversation
Commits
18
(18)
Checks
Files changed
Closed
Add clock event loop as default
#110
derekbrokeit
wants to merge 18 commits into
pytest-dev:master
pytest-dev/pytest-asyncio:master
from
derekbrokeit:add-clock-event-loop-as-default
derekbrokeit/pytest-asyncio:add-clock-event-loop-as-default
Copy head branch name to clipboard
Commits
Commits on Sep 10, 2018
Add ClockEventLoop class with fixture and test (close #95)
derekbrokeit
committed
71701e1
View commit details
Copy full SHA for 71701e1
Browse repository at this point
add doc string to ClockEventLoop
derekbrokeit
committed
3d34037
View commit details
Copy full SHA for 3d34037
Browse repository at this point
Commits on Jan 4, 2019
improve name of nap function in test_clock_loop
derekbrokeit
committed
a723020
View commit details
Copy full SHA for a723020
Browse repository at this point
fix ClockEventLoop being a selector loop, instead use default of asyncio
derekbrokeit
committed
997afe2
View commit details
Copy full SHA for 997afe2
Browse repository at this point
refactor ClockEventLoop to only advance time but otherwise act as standard loop
Show description for 6fbeb60
derekbrokeit
committed
6fbeb60
View commit details
Copy full SHA for 6fbeb60
Browse repository at this point
add asyncio_clock mark so that coroutines can be run in a ClockEventLoop explicitly
derekbrokeit
committed
7d94f14
View commit details
Copy full SHA for 7d94f14
Browse repository at this point
fix test_clock_advance_time for changes to ClockEventLoop interface
derekbrokeit
committed
8841d15
View commit details
Copy full SHA for 8841d15
Browse repository at this point
add simple tests for asyncio_clock mark and clock_event_loop fixture
derekbrokeit
committed
98c6bf8
View commit details
Copy full SHA for 98c6bf8
Browse repository at this point
Merge remote-tracking branch 'remotes/base/master' into add-clock-event-loop
Show description for d757d19
derekbrokeit
committed
d757d19
View commit details
Copy full SHA for d757d19
Browse repository at this point
rearrange ClockEventLoop.advance_time so that extra iterations are not run unless needed
derekbrokeit
committed
ce6a2c7
View commit details
Copy full SHA for ce6a2c7
Browse repository at this point
calls to asyncio.sleep in ClockEventLoop force the sleeping loop
derekbrokeit
committed
1a8b887
View commit details
Copy full SHA for 1a8b887
Browse repository at this point
Commits on Jan 7, 2019
remove ValueError from ClockEventLoop.advance_time in favor of returnning immediately
derekbrokeit
committed
f3efb64
View commit details
Copy full SHA for f3efb64
Browse repository at this point
Commits on Jan 9, 2019
Fixes for given questions posed
Show description for 8452d41
derekbrokeit
committed
8452d41
View commit details
Copy full SHA for 8452d41
Browse repository at this point
further simplify advance_time method
derekbrokeit
committed
559e883
View commit details
Copy full SHA for 559e883
Browse repository at this point
rework advance_time to reduce complexity
derekbrokeit
committed
1d3cd51
View commit details
Copy full SHA for 1d3cd51
Browse repository at this point
make the clock_event_loop test easier to read
derekbrokeit
committed
ed8b05d
View commit details
Copy full SHA for ed8b05d
Browse repository at this point
Commits on Feb 4, 2019
refactor clock_event_loop fixture to become default event_loop
Show description for c3df015
derekbrokeit
committed
c3df015
View commit details
Copy full SHA for c3df015
Browse repository at this point
improve documentation
derekbrokeit
committed
91466b4
View commit details
Copy full SHA for 91466b4
Browse repository at this point
You can’t perform that action at this time.