mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 22:40:01 -04:00
fix websockets, add unit test for tls socket
This commit is contained in:
parent
5fedc4b1ca
commit
9504f9d167
4 changed files with 42 additions and 4 deletions
|
@ -49,5 +49,8 @@ class JSTest(unittest.TestCase):
|
|||
def test_redirect_out(self):
|
||||
self.run_test("redirect_out.js")
|
||||
|
||||
def test_tls_socket(self):
|
||||
self.run_test("test_tls_socket.js")
|
||||
|
||||
if __name__ == "__main__":
|
||||
unittest.main()
|
Loading…
Add table
Add a link
Reference in a new issue