dlecocq / nsq-py

Hacking on Python NSQ Bindings
MIT License
44 stars 16 forks source link

TLS Support #24

Closed dlecocq closed 10 years ago

dlecocq commented 10 years ago

Connection instantiation is now synchronous, which necessitated lots of test changes. Many tests became integration tests. Others used better mocking. The big theme on that front is that the FakeServerTest is now gone because it was too difficult to maintain.

b4hand commented 10 years ago

LGTM