MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_websocket_send

Method test_websocket_send

test/test_sockets.py:533–535  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

531 })
532 @requires_dev_dependency('ws')
533 def test_websocket_send(self, args):
534 with NodeJsWebSocketEchoServerProcess():
535 self.btest_exit('websocket/test_websocket_send.c', cflags=['-lwebsocket', '-sNO_EXIT_RUNTIME', '-sWEBSOCKET_DEBUG', *args])
536
537 def test_websocket_new(self):
538 self.btest_exit('websocket/test_websocket_new.c', cflags=['-lwebsocket'])

Callers

nothing calls this directly

Calls 2

btest_exitMethod · 0.80

Tested by

no test coverage detected