From 98c15967d14279f63a265a9efdeb9fbb4c7acc3f Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:40:14 +0100 Subject: [PATCH] set tests to run randomly --- tests/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/__init__.py b/tests/__init__.py index a9c74ef..d9a72e9 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -5,8 +5,7 @@ import random import sys # let's keep things random -# kind_id = random.choice(("basic", "banana", "potato")) -kind_id = "potato" +kind_id = random.choice(("basic", "banana", "potato")) opts = { "ip": "codey.local",