Skip to content

Commit

Permalink
Merge pull request #41 from natancox/master
Browse files Browse the repository at this point in the history
Quickstart example was missing import task
  • Loading branch information
heyman committed Oct 31, 2012
2 parents 0071f6f + 79a633c commit 6c2cdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Here we define a number of locust tasks, which are normal Python callables that
Another way we could declare a Locust class, that might be more convenient, is to use the
@task decorator. The following code is equivalent to the above::

from locust import Locust
from locust import Locust, task
class WebsiteUser(Locust):
min_wait=5000
Expand Down

0 comments on commit 6c2cdb2

Please sign in to comment.