aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorZohar Lorberbaum <Zohar.Lorberbaum@qumu.com>2016-03-24 20:29:53 -0700
committerZohar Lorberbaum <Zohar.Lorberbaum@qumu.com>2016-03-24 20:29:53 -0700
commit5b07e8b3af856ced512702b770a40030cdb200a2 (patch)
treeb6653a796d3d19fe23c4082520f78c8843cf2b87 /test
parenta44062effb5dbfb659943af6a3da5ae69f02efbc (diff)
downloadmitmproxy-5b07e8b3af856ced512702b770a40030cdb200a2.tar.gz
mitmproxy-5b07e8b3af856ced512702b770a40030cdb200a2.tar.bz2
mitmproxy-5b07e8b3af856ced512702b770a40030cdb200a2.zip
Add UI shortcuts.
Diffstat (limited to 'test')
-rw-r--r--test/mitmproxy/test_flow_export.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/mitmproxy/test_flow_export.py b/test/mitmproxy/test_flow_export.py
index a4264e10..6654d990 100644
--- a/test/mitmproxy/test_flow_export.py
+++ b/test/mitmproxy/test_flow_export.py
@@ -205,6 +205,9 @@ class UserBehavior(TaskSet):
headers=headers,
)
+ ### Additional tasks can go here ###
+
+
class WebsiteUser(HttpLocust):
task_set = UserBehavior
min_wait=1000
@@ -237,6 +240,9 @@ class UserBehavior(TaskSet):
data=data,
)
+ ### Additional tasks can go here ###
+
+
class WebsiteUser(HttpLocust):
task_set = UserBehavior
min_wait=1000
@@ -280,6 +286,9 @@ class UserBehavior(TaskSet):
data=data,
)
+ ### Additional tasks can go here ###
+
+
class WebsiteUser(HttpLocust):
task_set = UserBehavior
min_wait=1000