Skip to content

Testdata

This package contains special variables that can be used in a feature file and is synchronized between locust workers.

Custom

It is possible to implement custom testdata variables, the only requirement is that they inherit grizzly.testdata.variables.AtomicVariable. When initializing the variable, the full namespace has to be specified as name in the scenario step_setup_variable_value step.

There are examples of this in the Example.

destroy_variables

def destroy_variables() -> None

[view_source]

Destroy all active Atomic variable singleton instances.