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

Class MyUser1

locust/test/test_runners.py:515–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513
514 def test_attributes_populated_when_calling_start(self):
515 class MyUser1(User):
516 wait_time = constant(0)
517
518 @task
519 def my_task(self):
520 pass
521
522 class MyUser2(User):
523 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…