locust-cloud 1.21.2.dev3__tar.gz → 1.21.3__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.
Files changed (33) hide show
  1. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/PKG-INFO +1 -1
  2. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/docs/1-first-run.rst +1 -1
  3. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/docs/2-examples.rst +2 -2
  4. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.github/workflows/daily-check.yml +0 -0
  5. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.github/workflows/tests.yml +0 -0
  6. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.gitignore +0 -0
  7. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.pre-commit-config.yaml +0 -0
  8. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.vscode/extensions.json +0 -0
  9. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.vscode/launch.json +0 -0
  10. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/.vscode/settings.json +0 -0
  11. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/LICENSE +0 -0
  12. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/README.md +0 -0
  13. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/__init__.py +0 -0
  14. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/apisession.py +0 -0
  15. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/args.py +0 -0
  16. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/cloud.py +0 -0
  17. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/common.py +0 -0
  18. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/docs/.gitignore +0 -0
  19. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/docs/images/locust-cloud-screenshot.png +0 -0
  20. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/docs/locust-cloud.rst +0 -0
  21. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/input_events.py +0 -0
  22. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/web_login.py +0 -0
  23. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locust_cloud/websocket.py +0 -0
  24. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/locustfile.py +0 -0
  25. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/pyproject.toml +0 -0
  26. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/testdata/extra-files/extra.txt +0 -0
  27. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/testdata/extra-package/example/__init__.py +0 -0
  28. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/testdata/extra-package/setup.py +0 -0
  29. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/tests/args_test.py +0 -0
  30. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/tests/cloud_test.py +0 -0
  31. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/tests/web_login_test.py +0 -0
  32. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/tests/websocket_test.py +0 -0
  33. {locust_cloud-1.21.2.dev3 → locust_cloud-1.21.3}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: locust-cloud
3
- Version: 1.21.2.dev3
3
+ Version: 1.21.3
4
4
  Summary: Locust Cloud
5
5
  Project-URL: homepage, https://locust.cloud
6
6
  Project-URL: repository, https://github.com/locustcloud/locust-cloud
@@ -6,7 +6,7 @@ It also allows more detailed reporting and analysis, as well as storing historic
6
6
  First run
7
7
  #########
8
8
 
9
- Once you have signed up for Locust Cloud, you can run your first test in just a few minutes:
9
+ Once you have `signed up <https://locust.cloud/pricing>`_ for Locust Cloud, you can run your first test in just a few minutes:
10
10
 
11
11
  1. Log in
12
12
 
@@ -34,7 +34,7 @@ Your results should be something like this (the mock intentionally has some conc
34
34
  Passing options to Locust
35
35
  =========================
36
36
 
37
- Any parameters specified on command line that are not recognized by ``locust-cloud`` will be passed along to Locust. This allows for a seamless transition from local runs to cloud runs.
37
+ Any arguments specified on command line will be passed along to Locust. This allows for a seamless transition from local runs to cloud runs.
38
38
 
39
39
  Here's how to run a 100 User test, start immediately, run for 60 seconds,
40
40
  quit 1s after finishing and print statistics to the console while running:
@@ -101,7 +101,7 @@ You can also use standard Locust env vars in the same fashion:
101
101
  Automated runs (CI)
102
102
  ===================
103
103
 
104
- If you want to run ``locust-cloud`` in a CI/CD environment, where an interactive login is not possible, you can set the ``--non-interactive`` flag or ``LOCUSTCLOUD_NON_INTERACTIVE`` environment variable. Then ``locust-cloud`` will use credentials specified environment variables instead.
104
+ If you want to run tests in a CI/CD environment, where an interactive login is not possible, you can set the ``--non-interactive`` flag or ``LOCUSTCLOUD_NON_INTERACTIVE`` environment variable. Then Locust will use credentials specified environment variables instead.
105
105
 
106
106
  Simply make sure to export the corrent environment variables before running the command and things will work.
107
107