locust-cloud 1.26.2.dev3__tar.gz → 1.26.3.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of locust-cloud might be problematic. Click here for more details.
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/PKG-INFO +1 -1
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/docs/2-examples.rst +10 -3
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.github/workflows/daily-alb-teardown.yml +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.github/workflows/daily-check.yml +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.gitignore +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.vscode/extensions.json +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.vscode/launch.json +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.vscode/settings.json +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/LICENSE +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/README.md +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/alb-teardown.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/actions.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/args.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/cloud.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/common.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/import_finder.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/locustfile.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/pyproject.toml +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/testdata/autodetected.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/testdata/requirements.txt +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/tests/args_test.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/tests/browser_tests.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/tests/cloud_test.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/tests/import_finder_test.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/tests/web_login_test.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/tests/websocket_test.py +0 -0
- {locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/uv.lock +0 -0
|
@@ -157,13 +157,20 @@ You can also upload a package that you have locally:
|
|
|
157
157
|
|
|
158
158
|
.. code-block:: console
|
|
159
159
|
|
|
160
|
-
--extra-packages helper.whl other-helper.tar.gz
|
|
160
|
+
--extra-packages helper.whl other-helper.tar.gz
|
|
161
161
|
|
|
162
|
-
You can also specify additional files (data
|
|
162
|
+
You can also specify additional files (data files even entire directories/modules) to be copied to the load generators using the ``--extra-files`` option:
|
|
163
163
|
|
|
164
164
|
.. code-block:: console
|
|
165
165
|
|
|
166
|
-
--extra-files testdata.csv
|
|
166
|
+
--extra-files testdata.csv more-testdata/
|
|
167
|
+
|
|
168
|
+
Locust will attempt to locate any local imports in your locustfile(s) and automatically include the necessary Python files, so in most cases you won't need to specify them explicitly.
|
|
169
|
+
|
|
170
|
+
.. code-block:: python
|
|
171
|
+
|
|
172
|
+
# Locust will automatically upload some_module.py (or some_module/)
|
|
173
|
+
from some_module import some_function
|
|
167
174
|
|
|
168
175
|
.. note::
|
|
169
176
|
Ensure that any additional files you include are located within the current working directory.
|
{locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/.github/workflows/daily-alb-teardown.yml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{locust_cloud-1.26.2.dev3 → locust_cloud-1.26.3.dev1}/testdata/extra-package/example/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|