locust-cloud 1.25.3.dev7__tar.gz → 1.25.3.dev9__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.25.3.dev7 → locust_cloud-1.25.3.dev9}/.github/workflows/daily-check.yml +2 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/PKG-INFO +1 -1
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locustfile.py +5 -0
- locust_cloud-1.25.3.dev9/testdata/autodetected.py +3 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.github/workflows/daily-alb-teardown.yml +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.github/workflows/tests.yml +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.gitignore +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.pre-commit-config.yaml +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.vscode/extensions.json +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.vscode/launch.json +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.vscode/settings.json +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/LICENSE +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/README.md +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/alb-teardown.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/__init__.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/actions.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/apisession.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/args.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/cloud.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/common.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/docs/.gitignore +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/docs/1-first-run.rst +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/docs/2-examples.rst +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/docs/locust-cloud.rst +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/import_finder.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/input_events.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/web_login.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/locust_cloud/websocket.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/pyproject.toml +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/testdata/extra-files/extra.txt +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/testdata/extra-package/example/__init__.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/testdata/extra-package/setup.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/testdata/requirements.txt +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/tests/args_test.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/tests/browser_tests.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/tests/cloud_test.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/tests/import_finder_test.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/tests/web_login_test.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/tests/websocket_test.py +0 -0
- {locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/uv.lock +0 -0
|
@@ -40,6 +40,8 @@ jobs:
|
|
|
40
40
|
- run: grep -m 1 '(exit code 0)' output.txt
|
|
41
41
|
# check extra files specified were available
|
|
42
42
|
- run: "grep -m 1 -- '--extra-files verification: pineapple' output.txt"
|
|
43
|
+
# check autodetected extra files were available
|
|
44
|
+
- run: "grep -m 1 -- 'import finder works' output.txt"
|
|
43
45
|
# check extra package were successfully installed
|
|
44
46
|
- run: "grep -m 1 -- 'Hello from the example package!' output.txt"
|
|
45
47
|
# check --requirements were successfully installed
|
|
@@ -4,9 +4,14 @@ import random
|
|
|
4
4
|
|
|
5
5
|
from locust import FastHttpUser, run_single_user, task # pyright: ignore [reportMissingImports]
|
|
6
6
|
|
|
7
|
+
from testdata.autodetected import stuff
|
|
8
|
+
|
|
7
9
|
product_ids = [1, 2, 42, 4711]
|
|
8
10
|
|
|
9
11
|
|
|
12
|
+
stuff()
|
|
13
|
+
|
|
14
|
+
|
|
10
15
|
class MyUser(FastHttpUser):
|
|
11
16
|
@task
|
|
12
17
|
def t(self) -> None:
|
{locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/.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
|
{locust_cloud-1.25.3.dev7 → locust_cloud-1.25.3.dev9}/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
|