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

Add easy way to use FastHttpLocust #1011

Closed
LRAbbade opened this issue May 13, 2019 · 1 comment
Closed

Add easy way to use FastHttpLocust #1011

LRAbbade opened this issue May 13, 2019 · 1 comment

Comments

@LRAbbade
Copy link

Description of issue

Using the FastHttpLocust right now is complicated and lacking documentation.

Expected behavior

from locust import FastHttpLocust
print('happiness is a warm gun')

Actual behavior

cannot import name 'FastHttpLocust' from 'locust'

Environment settings

  • OS: macOS 10.14.4
  • Python version: 3.7
  • Locust version: 0.11.0

Steps to reproduce (for bug reports)

from locust import FastHttpLocust


That's pretty self explanatory. I just want an easy way to use the FastHttpLocust, I saw some people talking about it in the issues, and it seems to be very good for my situation, but honestly, I don't want (and neither have the time) to go through the trouble of cloning the specific branch, understanding the code (which has no documentation right now) and using it. I just want to import it differently and be on my way.

Make it happen please.

@cgoldberg
Copy link
Member

cgoldberg commented May 13, 2019

I just want to import it differently and be on my way.

go ahead and submit a PR to make that happen. If you require a higher level of support, it doesn't currently exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants