Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

refactor: convert to inlineCallbacks #907

Merged
merged 1 commit into from
May 30, 2017
Merged

refactor: convert to inlineCallbacks #907

merged 1 commit into from
May 30, 2017

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented May 27, 2017

generalize the waiting code w/ a _wait_for

closes #871

I'll note that _send_messsage could easily return the result of get_response, leaving that for later if we really want it

generalize the waiting code w/ a _wait_for

closes #871
@codecov-io
Copy link

codecov-io commented May 27, 2017

Codecov Report

Merging #907 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #907    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          57     57            
  Lines        9682   9496   -186     
======================================
- Hits         9682   9496   -186
Impacted Files Coverage Δ
autopush/tests/test_websocket.py 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b01966b...71bb8e5. Read the comment docs.

@bbangert bbangert merged commit 0678f55 into master May 30, 2017
@bbangert bbangert deleted the feat/871 branch May 30, 2017 17:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor tests
4 participants