From de3a45e83a047d37d0735be5bed8d27edf709680 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Thu, 23 Dec 2021 15:49:00 -0500 Subject: [PATCH] test: randomize test order (#97) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 840df06..57c3186 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ pytest = ">=3.6.3" pytest = "^6.0" pytest-cov = "^2.8.1" pytest-httpbin = "^1.0" +pytest-randomly = "^3.5.0" asynctest = "^0.13.0" requests = "^2.26.0" starlette = "^0.14.2"