From ae57dacc625b9ded6fad48e9197b4a29ad692173 Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Mon, 5 Feb 2024 07:46:04 +0200 Subject: Adding option for delaying autoplay. --- tests/test_app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_app.py') diff --git a/tests/test_app.py b/tests/test_app.py index cae4e30..ba97a90 100644 --- a/tests/test_app.py +++ b/tests/test_app.py @@ -30,6 +30,7 @@ class TestAppClass(unittest.TestCase): size = None bot = None quiet = None + delay = None sure_win_board = [ [0,0,0,0,0,0,0,0,0], -- cgit v1.2.3