File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,12 @@ but (want to) use it for automated testing because it gets the job done...
4
4
5
5
6
6
## What is it?
7
- Python configuring and launching the infamous
8
- [ SIPp] ( http://sipp.sourceforge.net/ ) using an api inspired by
9
- [ requests] ( http://docs.python-requests.org/ )
7
+ Python 3.6+ configuring and launching the infamous
8
+ [ SIPp] ( http://sipp.sourceforge.net/ ) using a simple API to
9
+ generate commands and spawn them in subprocesses.
10
+
11
+ Command subprocess launching now uses
12
+ [ ` trio ` ] ( https://trio.readthedocs.io/en/stable/reference-io.html#spawning-subprocesses ) !
10
13
11
14
## It definitely lets you
12
15
@@ -25,7 +28,7 @@ Python configuring and launching the infamous
25
28
26
29
27
30
## Basic Usage
28
- Launching the default UAC scenario is a short line:
31
+ Launching the default UAC script is a short line:
29
32
30
33
``` python
31
34
import pysipp
You can’t perform that action at this time.
0 commit comments