Sourced from locust's releases.
2.40.1
What's Changed
- Pytest plugin: Delay imports to avoid monkey patching until someone uses the fixtures by
@cyberw
in locustio/locust#3204- Move pytest plugin to its own directory, to prevent accidental import by
@cyberw
in locustio/locust#3205Full Changelog: https://github.com/locustio/locust/compare/2.40.0...2.40.1
2.40.0
What's Changed
- Refactor FastHttpSession to be more like HttpSession by
@cyberw
in locustio/locust#3198- Update Dockerfile base to Python 3.13 by
@adaamz
in locustio/locust#3193- Avoid exception in HttpUser if requests has lost track of the request it made by
@cyberw
in locustio/locust#3201- Support pytests as locustfiles by
@cyberw
in locustio/locust#3200New Contributors
@adaamz
made their first contribution in locustio/locust#3193Full Changelog: https://github.com/locustio/locust/compare/2.39.1...2.40.0
Sourced from locust's changelog.
Detailed changelog
The most important changes can also be found in the documentation.
5df19da
Merge pull request #3205
from locustio/move-pytest-plugin-to-own-directoryd41141b
Move pytest plugin to its own directory, to prevent accidental import of
locu...6422848
mention that only one locustfile can be distributedaa3da73
Merge pull request #3204
from locustio/delay-imports-in-pytest-plugin-to-avoi...12050de
Pytest plugin: Delay imports to avoid monkey patching until someone
actually ...488d1f8
docs439b7ab
docs fixfcd76a8
docs: rephrase70c7e9b
docs: move pytest further up06dbf98
docs: fix link