MCPcopy
hub / github.com/locustio/locust / MyUser

Class MyUser

locust/test/test_wait_time.py:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9class TestWaitTime(LocustTestCase):
10 def test_between(self):
11 class MyUser(User):
12 wait_time = between(3, 9)
13
14 class TaskSet1(TaskSet):
15 pass

Callers 4

test_betweenMethod · 0.70
test_constantMethod · 0.70

Calls 3

betweenFunction · 0.90
constantFunction · 0.90
constant_throughputFunction · 0.90

Tested by 4

test_betweenMethod · 0.56
test_constantMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…