-
Notifications
You must be signed in to change notification settings - Fork 148
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
add advance_time fixture and test (closes #83, #95, #96 #110) #113
Open
derekbrokeit
wants to merge
9
commits into
pytest-dev:main
Choose a base branch
from
derekbrokeit:add-advance_time-fixture
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add advance_time fixture and test (closes #83, #95, #96 #110) #113
derekbrokeit
wants to merge
9
commits into
pytest-dev:main
from
derekbrokeit:add-advance_time-fixture
Commits on Feb 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9120ba3 - Browse repository at this point
Copy the full SHA 9120ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc08ba - Browse repository at this point
Copy the full SHA ddc08baView commit details
Commits on May 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6ddbbe3 - Browse repository at this point
Copy the full SHA 6ddbbe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 566af48 - Browse repository at this point
Copy the full SHA 566af48View commit details -
Merge branch 'master' into advance_time-fixture
* master: Simplified fixture setup by relying on the fact that get_event_loop returns the loop provided by the event_loop fixture of pytest-asyncio. Removed a layer of indirection when checking for markers. There is only one marker and one fixture provided by pytest-asyncio. Retrieving these from a dictionary seems unnecessary complicated. Add test for hypothesis event_loop reuse. Sync wrapper for hypothesis tests uses the event loop provided by pytest-asyncio instead of creating a new loop. 0.11 open for business. Actually bump version. Changelog. Make transfer_markers a noop when importing fails Revert "Remove transfer_markers" Remove transfer_markers More specific Hypothesis detection Support async tests which use Hypothesis Move pytest warning config to setup.cfg Fix: Avoid warning on latest Pytest versions
Configuration menu - View commit details
-
Copy full SHA for 8209cff - Browse repository at this point
Copy the full SHA 8209cffView commit details -
Merge branch 'advance_time-fixture' into add-advance_time-fixture
* advance_time-fixture: add more tests to verify the advance_time fixture operations simplify EventLoopClockAdvancer and clarify __call__ method Simplified fixture setup by relying on the fact that get_event_loop returns the loop provided by the event_loop fixture of pytest-asyncio. Removed a layer of indirection when checking for markers. There is only one marker and one fixture provided by pytest-asyncio. Retrieving these from a dictionary seems unnecessary complicated. Add test for hypothesis event_loop reuse. Sync wrapper for hypothesis tests uses the event loop provided by pytest-asyncio instead of creating a new loop. foo
Configuration menu - View commit details
-
Copy full SHA for 3e1f454 - Browse repository at this point
Copy the full SHA 3e1f454View commit details -
Configuration menu - View commit details
-
Copy full SHA for 725a267 - Browse repository at this point
Copy the full SHA 725a267View commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9c17c45 - Browse repository at this point
Copy the full SHA 9c17c45View commit details -
fix pytest and remove --advance-time-sleep option
- for more simplicity the advnace-time-sleep has simply been changed to 1e-6 so that it works on most systems. - remove debug code
Configuration menu - View commit details
-
Copy full SHA for 203b093 - Browse repository at this point
Copy the full SHA 203b093View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.