Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@@ -0,0 +1,3 @@ | ||
class TestNoughtsAndCrossesView(): | ||
def test_win(self): | ||
view = nac.view.NoughtsAndCrossesView() |