wolfenste / tictactoe

0 stars 0 forks source link

Move TicTacToeTest #14

Closed flavius closed 6 years ago

flavius commented 6 years ago

TicTacToeTest is an integration test at the domain level/layer, so move it to a new directory tests/integration/domain/.

This will allow you to easily run different types of tests as you start "drilling in" with TDD and unit tests.