| 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) |
nothing calls this directly
no test coverage detected
searching dependent graphs…