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

Add ClockEventLoop class with fixture and test (close #95) #96

Closed

Commits on Sep 10, 2018

  1. Configuration menu
    Copy the full SHA
    71701e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d34037 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    a723020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    997afe2 View commit details
    Browse the repository at this point in the history
  3. refactor ClockEventLoop to only advance time but otherwise act as sta…

    …ndard loop
    
    improve documentation of ClockEventLoop
    derekbrokeit committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    6fbeb60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d94f14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8841d15 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98c6bf8 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'remotes/base/master' into add-clock-eve…

    …nt-loop
    
    * remotes/base/master:
      More specific Hypothesis detection
      Support async tests which use Hypothesis
      Move pytest warning config to setup.cfg
      Fix: Avoid warning on latest Pytest versions
    derekbrokeit committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    d757d19 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce6a2c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a8b887 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Configuration menu
    Copy the full SHA
    f3efb64 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Fixes for given questions posed

    - ClockEventLoop is developed in a function to allow for later changes
      to event loop policies
    - rework `advance_time` method to better symbolize the needed loop
      iterations. This is marked by a change to a function that returns
      an awaitable.
    derekbrokeit committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    8452d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    559e883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d3cd51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed8b05d View commit details
    Browse the repository at this point in the history