mozilla-services / channelserver

🍐 A tool to associate instances of firefox.
Mozilla Public License 2.0
3 stars 6 forks source link

chore: fix up pytest #79

Closed jrconlin closed 4 years ago

jrconlin commented 4 years ago

Currently test_chan is run as an app rather than via pytest. All the functions and tests are run, however under pytest, the app hangs when trying to recv data for some reason.

See PR https://github.com/mozilla-services/channelserver/pull/78

pjenvey commented 4 years ago

closed in #81