-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
bugstaleIssue had no activity. Might still be worth fixing, but dont expect someone else to fix itIssue had no activity. Might still be worth fixing, but dont expect someone else to fix it
Description
Prerequisites
- I am using the latest version of Locust
- I am reporting a bug, not asking a question
Description
The documentation says
The -f - argument tells Locust to get the locustfile from master instead of from its local filesystem. This feature was introduced in Locust 2.23.0.
But it does not mention that this will not work if you follow the suggested ways of structuring test code into multiple files.
ModuleNotFoundError: No module named 'common'
Documentation should either be updated to mention this, or there should be ways of distributing all required code to run tests.
Command line
locust -f - --worker --master-host --process -1
Locustfile contents
N/APython version
N/A
Locust version
N/A
Operating system
N/A
Metadata
Metadata
Assignees
Labels
bugstaleIssue had no activity. Might still be worth fixing, but dont expect someone else to fix itIssue had no activity. Might still be worth fixing, but dont expect someone else to fix it