-
Notifications
You must be signed in to change notification settings - Fork 115
Run with it #45
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
Run with it #45
Conversation
As a developer I would be looking for errors there
Allows to configure persistent connections
|
sweet! can i merge? |
|
If we are definitely happy to do so without testing some of the alternative adapters (the TODO above), sure. I'd also like the peace of mind of some acceptance tests that actually hit the Pusher APIs. But, we can create issues for both of these. |
|
when i run the tests i'm getting: AttributeError: 'module' object has no attribute 'create_default_context' |
|
It definitely needs testing, looking for 30% feedback right now |
|
@jpatel531 What version of Python are you using? |
|
I've now tried it on 3.4 It's coming out with: |
If it's any of the string types try to convert to string/text, otherwise raise a TypeError
|
It's still missing adapter tests. At this point the library has been tested manually against python 3.4.3, 2.7.2 and 2.6.7 with the various backends. |
|
For some reason the change to the packages list is failing the tests - it's looking for the folders within the pusher directory. Is that normal? |
|
Why python version ?
I'm not sure what that means |
|
It was looking for the directory 'pusher/errors', 'pusher/aiohttp' etc. |
|
ok @zimbatm - i've tested it out on GAE with a new urlfetch backend, for which tests have been added (mind you - all the backend adapters only test for trigger success). everything's green on travis. there's probably still some stuff to do (like more tests), but i'm happy to get this up on pypi as soon as possible. WDYT? |
|
|
Taking #44 and going all the way.
TODO: