Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce SimpleTaskSet, a way to make super simple locust files without having to define a Locust class #1274

Closed
wants to merge 9 commits into from

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    b90cfa3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. remove @simple_task in favour of just @task. This makes *all* tasks g…

    …et added to SimpleTaskSet.tasks, which is a little weird. But I havent found a way to know inside the decorator whether we are adding tasks to SimpleTaskSet or some other TaskSet
    cyberw committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9be42dc View commit details
    Browse the repository at this point in the history
  2. Fix use of standard @task decorator for SimpleTask. User can now simp…

    …ly subtask SimpleTaskSet, and it will automatically set SimpleHttpLocust to be the locust class, and set SimpleHttpLocust.task_set to use the correct TaskSet.
    cyberw committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    37247c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c492dd2 View commit details
    Browse the repository at this point in the history
  4. Missing import statement.

    cyberw committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1608ab5 View commit details
    Browse the repository at this point in the history
  5. remove unnecessary import

    cyberw committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    755ebe0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48d9d38 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    b684166 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    5a97470 View commit details
    Browse the repository at this point in the history