Skip to content

Commit

Permalink
Added TaskSet.parent attribute to API docs, and an entry in the chang…
Browse files Browse the repository at this point in the history
…elog
  • Loading branch information
heyman committed Dec 20, 2012
1 parent 2827182 commit 0e3782a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TaskSet class
=============

.. autoclass:: locust.core.TaskSet
:members: locust, min_wait, max_wait, client, tasks, interrupt, schedule_task
:members: locust, parent, min_wait, max_wait, client, tasks, interrupt, schedule_task

task decorator
==============
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog
##########

In master but not yet released
==============================

* Added :py:attr:`parent <locust.core.TaskSet.parent>` attribute to TaskSet class that
refers to the parent TaskSet, or Locust, instance. Contributed by Aaron Daubman.


0.6.1
=====

Expand Down

0 comments on commit 0e3782a

Please sign in to comment.