From 3597e4133bc5a6ac28d68c16bbeecfce06b9c68b Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Tue, 30 Mar 2021 19:27:41 -0400 Subject: [PATCH] test: randomize test order Just in case we have some stateful persistence between tests, randomize them. Signed-off-by: Mike Fiedler --- 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"