File tree 2 files changed +4
-4
lines changed
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:
54
54
RobotRemoteServer(MyLibrary())
55
55
56
56
By 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 .
58
58
59
59
Configuration
60
60
-------------
@@ -65,7 +65,7 @@ The remote server accepts following configuration parameters:
65
65
Argument Default Explanation
66
66
============== ================ ========================================
67
67
``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.
69
69
``port_file `` ``None `` File to write port that is used.
70
70
``allow_stop `` ``True `` Allow/disallow stopping the server using ``Stop Remote Server `` keyword.
71
71
============== ================ ========================================
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Remote server example
2
2
=====================
3
3
4
4
This 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.
7
7
Also tests can be run with any of these interpreters, independently from
8
8
the interpreter used for executing the library.
9
9
You can’t perform that action at this time.
0 commit comments