We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066b5da commit 29f917aCopy full SHA for 29f917a
docs/topics/testing.rst
@@ -362,6 +362,12 @@ standard Django ``LiveServerTestCase``:
362
},
363
}
364
365
+port
366
+~~~~
367
+
368
+Subclass ``ChannelsLiveServerTestCase`` with ``port = {port_number}`` to bind
369
+both the HTTP and WebSocket servers to a specific port.
370
371
serve_static
372
~~~~~~~~~~~~
373
0 commit comments