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

refactor: convert to inlineCallbacks #914

Merged
merged 1 commit into from
Jun 12, 2017
Merged

refactor: convert to inlineCallbacks #914

merged 1 commit into from
Jun 12, 2017

Conversation

pjenvey
Copy link
Member

@pjenvey pjenvey commented Jun 10, 2017

and cleanup NotificationHandler delete's args/regex

issue #871

@codecov-io
Copy link

codecov-io commented Jun 10, 2017

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #914   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          57     57           
  Lines        9394   9383   -11     
=====================================
- Hits         9394   9383   -11
Impacted Files Coverage Δ
autopush/http.py 100% <ø> (ø) ⬆️
autopush/websocket.py 100% <100%> (ø) ⬆️
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 56ab681...39f09d3. Read the comment docs.

autopush/http.py Outdated
@@ -153,7 +153,7 @@ class InternalRouterHTTPFactory(BaseHTTPFactory):

ap_handlers = (
(r"/push/([^\/]+)", RouterHandler),
(r"/notif/([^\/]+)(/([^\/]+))?", NotificationHandler),
(r"/notif/([^\/]+)(?:/([^\/]+))?", NotificationHandler),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're going to int the last arg, maybe only match on digits?

and cleanup NotificationHandler delete's args/regex

issue #871
@bbangert bbangert merged commit ccd1cae into master Jun 12, 2017
@bbangert bbangert deleted the feat/871 branch June 12, 2017 21:30
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.

4 participants