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

Class MyUser

locust/test/test_runners.py:221–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219
220 def test_start_event(self):
221 class MyUser(User):
222 wait_time = constant(2)
223 task_run_count = 0
224
225 @task
226 def my_task(self):
227 MyUser.task_run_count += 1
228
229 test_start_run = [0]
230

Callers

nothing calls this directly

Calls 1

constantFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…