Relative Content

Tag Archive for pythonpolymorphismlocust

Locust polymorphism with class as argument

I’m writing Locust scripts and want to extend a base class. There are two values (dto_class and api_suffix) that are different from one sub-class to another. Everything else is shared