Skip to content

Commit

Permalink
Update test_data_management.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw authored Mar 25, 2022
1 parent 3ff336c commit 530bf7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/test_data_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# which is very useful for fetching test data.
#
# 1. Locustfile parse time
# 2. Locust start
# 2. Locust start (init)
# 3. Test start
# 4. User start
# 5. Inside a task
# ...
# 6. Test run stopping
# 7. User stop
# 8. Test run stop
# (3-8 are repeated if you restart the test in the UI)
# 9. Locust quitting
# 10. Locust quit
#
Expand Down

0 comments on commit 530bf7b

Please sign in to comment.