aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_websockets.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_websockets.py')
-rw-r--r--test/test_websockets.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_websockets.py b/test/test_websockets.py
index 215b3958..8ae18edd 100644
--- a/test/test_websockets.py
+++ b/test/test_websockets.py
@@ -202,6 +202,10 @@ class TestFrame:
f2 = websockets.Frame.from_file(cStringIO.StringIO(bytes))
assert f == f2
round("test")
+ round("test", fin=1)
+ round("test", rsv1=1)
+ round("test", opcode=websockets.OPCODE.PING)
+ round("test", masking_key="test")
def test_human_readable(self):
f = websockets.Frame()