Alexander Bakhtin
Alexander Bakhtin
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description Currently, `SequentialTaskSet` does not...
Fixes #7531 It is now possible to provide a keyword to replace the default `nodes` key for reading/writing `json`.
Fixes #2651 After realising that my initial idea of storing a dictionary of task weights in `TaskSet` would not work due to incompatibility with `SequentialTaskSet` and the rest of the...
Fixes #2745 Argument parser now has an argument `--run-users` that is a list of UserClasses to choose. Old version (simply listing classes without an arg) is still supported, even in...
Following the discussion in #7532, this PR does the following: - New keyword argument `edges` is introduced to JSON reading/writing functions - Previous keyword argument `link` is deprecated - Functions...
**Is your feature request related to a problem? Please describe.** The current implementation of `Conf.get_starting_commit()` will always insert `--ancestry-path` to the `git rev-list` options if a `from` filter is given,...
Fixes #315 Do not force paths to be strings. Most functions now manipulate PathLike objects. Forced conversions to string are removed. Conversion to string is only done when checking URL....