File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ and passing a test library instance or module to it:
5454 RobotRemoteServer(MyLibrary())
5555
5656By default the server listens to address 127.0.0.1 and port 8270. See the next
57- section for information how to configure them .
57+ section for information about configuring the server .
5858
5959Configuration
6060-------------
@@ -65,7 +65,7 @@ The remote server accepts following configuration parameters:
6565 Argument Default Explanation
6666 ============== ================ ========================================
6767 ``host `` ``'127.0.0.1' `` Address to listen. Use ``'0.0.0.0' `` to listen to all available interfaces.
68- ``port `` ``8270 `` Port to listen. Use ``0 `` to select free port automatically.
68+ ``port `` ``8270 `` Port to listen. Use ``0 `` to select a free port automatically.
6969 ``port_file `` ``None `` File to write port that is used.
7070 ``allow_stop `` ``True `` Allow/disallow stopping the server using ``Stop Remote Server `` keyword.
7171 ============== ================ ========================================
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Remote server example
22=====================
33
44This directory contains a very simple remote library example in
5- `<examplelibrary.py >`__ file and tests using it in `<example_tests.robot >`__.
6- The example library can be executed with Python, Jython, and IronPython.
5+ `<examplelibrary.py >`__ file and tests using it in `<example_tests.robot >`__
6+ file. The example library can be executed with Python, Jython, and IronPython.
77Also tests can be run with any of these interpreters, independently from
88the interpreter used for executing the library.
99
You can’t perform that action at this time.
0 commit comments