At this point I think everything except for amazons-works can be deleted, but I'm hanging onto my mess for a bit before doing the dishes later, just in case.

This commit is contained in:
2023-06-29 12:45:50 -04:00
parent f2000deb40
commit 56f1eb564c
31 changed files with 1598 additions and 32 deletions

View File

@@ -1,7 +1,7 @@
from unittest import TestCase
from board import Board
class TestBoard(TestCase):
class TestBoard(TestCase):.
def setUp(self):
self.board = Board()
self.tiny = Board()
@@ -23,10 +23,14 @@ class TestBoard(TestCase):
self.assertTrue(self.board.in_bounds(square))
def test_get_initial_state(self):
#unecessary?
def test_get_active_player_code(self):
#unecessary?
def test_get_active_amazons_positions(self):
def test_possible_moves(self):