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

Class MyUser1

locust/test/test_env.py:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class TestEnvironment(LocustTestCase):
18 def test_user_classes_count(self):
19 class MyUser1(User):
20 wait_time = constant(0)
21
22 @task
23 def my_task(self):
24 pass
25
26 class MyUser2(User):
27 wait_time = constant(0)

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…