X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Ftests%2Ftest_gameboard.py;h=6231ac7750f96941d1bd40529890465ceb740772;hb=266021313a1501c86c11c803851c2b4bb50a8c00;hp=3bbf59bcf6e21d8cc916e37079c5a19eb04ebdbe;hpb=a455a8ce46afe31f217e0a8fe8d0247d28eed8ad;p=naja.git diff --git a/naja/tests/test_gameboard.py b/naja/tests/test_gameboard.py index 3bbf59b..6231ac7 100644 --- a/naja/tests/test_gameboard.py +++ b/naja/tests/test_gameboard.py @@ -22,8 +22,8 @@ class TestGameBoard(TestCase): def test_export_new_board(self): board = GameBoard.new_game([{'actions': [{ - 'action_class': 'LoseHealthOrMSB', - 'required_bits': [], + 'action_class': 'LoseHealthOrMSB', + 'required_bits': [], }]}]) exported_state = board.export() board_locations = exported_state.pop('board_locations') @@ -143,7 +143,6 @@ class TestGameBoard(TestCase): self.assertEqual(board.player.movement_mode, MOVES.CASTLE) - class TestLocationCard(TestCase): def test_generate_bitwise_operand(self): # This is testing a random process, so it may fail occasionally.