File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,8 @@ install it using:
40
40
.. _`pip` : http://www.pip-installer.org
41
41
.. _`source distribution` : PyPI _
42
42
43
- Usage
44
- -----
45
-
46
43
Starting
47
- ~~~~~~~~
44
+ --------
48
45
49
46
The remote server can be started by simply creating an instance of the server
50
47
and passing a test library instance or module to it:
@@ -60,7 +57,7 @@ By default the server listens to address 127.0.0.1 and port 8270. See the next
60
57
section for information how to configure them.
61
58
62
59
Configuration
63
- ~~~~~~~~~~~~~
60
+ -------------
64
61
65
62
The remote server accepts following configuration parameters:
66
63
@@ -91,7 +88,7 @@ Example:
91
88
port_file='/tmp/remote-port.txt', allow_stop=False)
92
89
93
90
Stopping
94
- ~~~~~~~~
91
+ --------
95
92
96
93
The remote server can be gracefully stopped using three different methods:
97
94
You can’t perform that action at this time.
0 commit comments