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:
@@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user