Stress Test your Python Application with Locust

Imagine you are working on a big monolithic application that has hundreds of features and no test cases written on it. And you change something in one module. Will you get the confidence that this change will not impact the currently running application? For sure your will some goosebumps. To avoid these situations we write …

Stress Test your Python Application with Locust Read More »