Commit 488162ae authored by leswing's avatar leswing
Browse files

Yapf tests

parent c158bf84
Loading
Loading
Loading
Loading
+42 −41
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ import deepchem.rl.envs.tictactoe


class TestTicTacToeEnvironment(TestCase):

  def test_constructor(self):
    board = deepchem.rl.envs.tictactoe.TicTacToeEnvironment()
    assert len(board.state) == 1