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

Allow running tests programmatically #799

Closed
wants to merge 8 commits into from

Commits on May 17, 2018

  1. Merge pull request #1 from locustio/master

    Merge changes from locustio/locust
    ps-george authored May 17, 2018
    Configuration menu
    Copy the full SHA
    8eb6aff View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Changes to allow running locust programmatically (#2)

    * creating run_locust function for running locust from within Python
    
    * fixing error can't import name wsgi
    
    * Passing all tests so far
    
    * Adding napoleon and adding locust dir to path
    
    * Updating documentation for new feature.
    
    * Fixed example file
    ps-george authored May 18, 2018
    Configuration menu
    Copy the full SHA
    9041fa7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32fcbd9 View commit details
    Browse the repository at this point in the history
  3. Removing py33 from Travis conf; no longer supported

    g.punter committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f64645c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e69d4c View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Fixing bug due to incorrect order of arguments

    g.punter committed May 22, 2018
    Configuration menu
    Copy the full SHA
    ea2e834 View commit details
    Browse the repository at this point in the history
  2. Removing filename from sys.argv when passing arguments to run_locust …

    …from cli
    g.punter committed May 22, 2018
    Configuration menu
    Copy the full SHA
    a29371e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Set options.locust_classes to [] if non-existent

    g.punter committed May 23, 2018
    Configuration menu
    Copy the full SHA
    5f9d94e View commit details
    Browse the repository at this point in the history