commit | 7de26c45443bc1642f90d5365bf8eef15e239ce5 | [log] [tgz] |
---|---|---|
author | arkuhn <contact@adamrkuhn.com> | Wed Jun 19 01:20:47 2024 -0400 |
committer | Jens Geyer <Jens-G@users.noreply.github.com> | Wed Aug 21 22:52:29 2024 +0200 |
tree | db1e790ab5120b8cdaa59805f4bdaf3056a8d150 | |
parent | 4c39000f88ae397eb52f4db191ddb0b38153a947 [diff] [blame] |
Add tests
diff --git a/test/py/RunClientServer.py b/test/py/RunClientServer.py index e6ad3a3..583d88a 100755 --- a/test/py/RunClientServer.py +++ b/test/py/RunClientServer.py
@@ -44,6 +44,7 @@ 'TestEof.py', 'TestSyntax.py', 'TestSocket.py', + 'TestTypes.py' ] FRAMED = ["TNonblockingServer"] SKIP_ZLIB = ['TNonblockingServer', 'THttpServer']