issues
search
tag1consulting
/
goose
Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
807
stars
70
forks
source link
combine controller command logic into central place
#471
Closed
jeremyandrews
closed
2 years ago
jeremyandrews
commented
2 years ago
introduce
ControllerCommandDetails
which includes
help
,
regex
,
process_response
all defined together
drop
Goose
prefix from Controller
improve
help
formatting (logically grouping and separating command types)
move anything that has to be modified when adding new commands to the top of the source file
closes
https://github.com/tag1consulting/goose/issues/470
ControllerCommandDetails
which includeshelp
,regex
,process_response
all defined togetherGoose
prefix from Controllerhelp
formatting (logically grouping and separating command types)