Skip to content

Commit

Permalink
Added missing documentation for new request_failure event argument, i…
Browse files Browse the repository at this point in the history
…ntroduced in #3
  • Loading branch information
heyman committed Mar 20, 2012
1 parent 9c4e54c commit f86b98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def fire(self, *args, **kwargs):
Event is fired with the following arguments:
* *method*: HTTP Request method used
* *path*: Path to the URL that was called (or override name if it was used in the call to the client)
* *response_time*: Time in milliseconds until exception was thrown
* *exception*: Exception instance that was thrown
Expand Down

0 comments on commit f86b98d

Please sign in to comment.