diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-05 07:46:04 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-05 07:46:04 +0200 |
commit | ae57dacc625b9ded6fad48e9197b4a29ad692173 (patch) | |
tree | 0e284eae461e02d8e7be9233235c8e6c70241737 /tests | |
parent | a7fe2d0dff18abd253db3f2f999259a281b09630 (diff) |
Adding option for delaying autoplay.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_app.py | 1 |
1 files changed, 1 insertions, 0 deletions
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], |