summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2024-02-05Fixing delay testing not to rely on actual time elapsed.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-05Updating tests and removing unused returns and function.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-05Adding option for delaying autoplay.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-03Adding tests to whole app.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-03Making tests for readymade board.Aineopintojen-harjoitustyo-Algoritmit-j
2024-02-03Implementing use of readymade board at board.py.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-30Renaming bombs to mines.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-30Adding level-info on statusline.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-25Sorting out import situation and making enum names for tiles for readability.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-25Implements levels to BoardAineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Disabling some pylint messages for needed private access in tests.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Making Board class variables "private".Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Making board compatible with non square playing areas like expert 30x16.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-17Adding BadBot for hinting.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-14Making it possible to flag bombs and safe areas directly.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-14Moving things around and adding fouth flag option for bot suggestions.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-14Moving game logic to game/game.py.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Adding tests for rest of board/board.py and removing duplicate code.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-13Linting rest of the files and adding pylint to GHA.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-11Adding initial version of Board class.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-11Adding just idiotic no-op test to satisfy GHA workflow.Aineopintojen-harjoitustyo-Algoritmit-j
2024-01-11Let project be a new poetry project.Aineopintojen-harjoitustyo-Algoritmit-j